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
Syntaxpublic static PointDouble3D Rotate3DCoordinate(
PointDouble3D point,
double angleAboutXAxis,
double angleAboutYAxis,
double angleAboutZAxis
)
Public Shared Function Rotate3DCoordinate (
point As PointDouble3D,
angleAboutXAxis As Double,
angleAboutYAxis As Double,
angleAboutZAxis As Double
) As PointDouble3D
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:
PointDouble3DRotated coordinate.
See Also