Description Usage Arguments Value
View source: R/moveDistDAtAngleT.R
moveDistDAtAngleT Takes a two dimensional coordinate and moves it to another coordinate based on a distance and angle.
1 2 3 4 5 6 7 | moveDistDAtAngleT(
origPointMoveDistDAtAngleT,
distanceDMoveDistDAtAngleT,
angleTMoveDistDAtAngleT,
dimOneBoundsMoveDistDAtAngleT,
dimTwoBoundsMoveDistDAtAngleT
)
|
origPointMoveDistDAtAngleT |
The inital point in 2D space. |
distanceDMoveDistDAtAngleT |
The distance you want to move from the original point. |
angleTMoveDistDAtAngleT |
The angle in radians you want to take when moving away from the original point. |
dimOneBoundsMoveDistDAtAngleT |
Boundry points of the x dimension. |
dimTwoBoundsMoveDistDAtAngleT |
Boundry poitns of the y dimension. |
outNewPoint
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.