moveDistDAtAngleT: moveDistDAtAngleT Takes a two dimensional coordinate and...

Description Usage Arguments Value

View source: R/moveDistDAtAngleT.R

Description

moveDistDAtAngleT Takes a two dimensional coordinate and moves it to another coordinate based on a distance and angle.

Usage

1
2
3
4
5
6
7
moveDistDAtAngleT(
  origPointMoveDistDAtAngleT,
  distanceDMoveDistDAtAngleT,
  angleTMoveDistDAtAngleT,
  dimOneBoundsMoveDistDAtAngleT,
  dimTwoBoundsMoveDistDAtAngleT
)

Arguments

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.

Value

outNewPoint


robiRagan/voteR documentation built on Feb. 27, 2020, 6:48 p.m.