Click or drag to resize

ChartToolsRotate3DCoordinate Method

LightningChart .NET Help
Rotate 3D coordinate with yaw - pitch - roll method.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static PointDouble3D Rotate3DCoordinate(
	PointDouble3D point,
	double angleAboutXAxis,
	double angleAboutYAxis,
	double angleAboutZAxis
)

Parameters

point
Type: Arction.WinForms.ChartingPointDouble3D
3D coordinate.
angleAboutXAxis
Type: SystemDouble
Rotation angle in degrees, about X-axis.
angleAboutYAxis
Type: SystemDouble
Rotation angle in degrees, about Y-axis.
angleAboutZAxis
Type: SystemDouble
Rotation angle in degrees, about Z-axis.

Return Value

Type: PointDouble3D
Rotated coordinate.
See Also