Click or drag to resize

MathHelperArbitraryAxis Method

Gets the rotation matrix from the normal vector (extrusion direction) of an entity.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static Matrix ArbitraryAxis(
	Vector3 zAxis
)

Parameters

zAxis
Type: DXFReaderNETVector3
Normal vector.

Return Value

Type: Matrix
Rotation matrix.
See Also