MtxExpr.FixAngle Method

Overload List

#SignatureDescription
1Matrix FixAngle(TMtx X)Make the angle fit within +/- PI.
2Vector FixAngle(TVec X)Make the angle fit within +/- PI.

Overload 1: Matrix FixAngle(TMtx X)

Make the angle fit within +/- PI.

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Vector.FixAngle

Overload 2: Vector FixAngle(TVec X)

Make the angle fit within +/- PI.

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.FixAngle