Click or drag to resize
AB4D logo

MathUtilsRotate(Point3D, Double, Double) Method

Rotates the Point3D for heading and attitude in degrees

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
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

Point3D
rotated point
See Also