Math..::..GetPosition2DOfAngleAndPitchAndDistance Method
Get the position 3D by angle, pitch and distance.
Namespace:
robotManager.HelpfulAssembly: robotManager (in robotManager.dll)
Syntax
public static Vector3 GetPosition2DOfAngleAndPitchAndDistance( Vector3 from, float distance, float rotationRadians, float pitchRadians )
Parameters
- from
- Type: robotManager.Helpful..::..Vector3
from position a.
- distance
- Type: Single
The distance.
- rotationRadians
- Type: Single
The angle.
- pitchRadians
- Type: Single
The pitch.