ClMtxExpr.FixAngle Method

Overload List

#SignatureDescription
1function FixAngle(X: TOpenCLMatrix): clMatrix;Make the angle fit within +/- PI.
2function FixAngle(X: TOpenCLValue): clValue;Make the angle fit within +/- PI.
3function FixAngle(X: TOpenCLVector): clVector;Make the angle fit within +/- PI.

Overload 1: function FixAngle(X: TOpenCLMatrix): clMatrix;

Make the angle fit within +/- PI.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls clVector.FixAngle

Overload 2: function FixAngle(X: TOpenCLValue): clValue;

Make the angle fit within +/- PI.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls clValue.FixAngle

Overload 3: function FixAngle(X: TOpenCLVector): clVector;

Make the angle fit within +/- PI.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.FixAngle