Click or drag to resize

MathHelperArbitraryAxis Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the rotation matrix from the normal vector (extrusion direction) of an entity.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static Matrix3 ArbitraryAxis(
	Vector3 zAxis
)
Request Example View Source

Parameters

zAxis
Type: netDxfVector3
Normal vector.

Return Value

Type: Matrix3
Rotation matrix.
See Also