AxisSystem.TransformTo

AxisSystem.TransformTo method

Create a matrix used to convert from current axis system to target axis system.

public Matrix4 TransformTo(AxisSystem targetSystem)
ParameterTypeDescription
targetSystemAxisSystemTarget axis system

Return Value

A new transformation matrix to do the axis conversion

See Also