Click or drag to resize

Matrix3DSetMatrixRotateAxis Method (Vector3D, Double, AngleFormat)

Set Matrix Rotate Axis

Namespace:  VIZCore3D.NET.Data
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public void SetMatrixRotateAxis(
	Vector3D vAxis,
	double angle,
	AngleFormat format = AngleFormat.RADIAN
)

Parameters

vAxis
Type: VIZCore3D.NET.DataVector3D
Rotate Axix
angle
Type: SystemDouble
Angle
format (Optional)
Type: VIZCore3D.NET.DataAngleFormat
Angle Format
See Also