MtxExpr.FixAngle Method

Overload List

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

Overload 1: function FixAngle(const X: TMtx): Matrix;

Make the angle fit within +/- PI.

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Vector.FixAngle

Overload 2: function FixAngle(const X: TVec): Vector;

Make the angle fit within +/- PI.

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.FixAngle