|
MathUtilsRotate(Point3D, Double, Double) Method |
Rotates the Point3D for heading and attitude in degrees
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static Point3D Rotate(
Point3D originalPoint,
double heading,
double attitude
)
Parameters
- originalPoint Point3D
- Point3D to rotate
- heading Double
- heading in degrees
- attitude Double
- attitude in degrees
Return Value
Point3Drotated point
See Also