Click or drag to resize

Matrix3DSetMatrixRotateAxis Method (Vector3D, Double, AngleFormat)

Set Matrix Rotate Axis

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

Parameters

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