ClMtxExpr.FixAngle Method

Overload List

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

Overload 1: clMatrix FixAngle(TOpenCLMatrix X)

Make the angle fit within +/- PI.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls Dew.Math.clVector.FixAngle

Overload 2: clValue FixAngle(TOpenCLValue X)

Make the angle fit within +/- PI.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls Dew.Math.clValue.FixAngle

Overload 3: clVector FixAngle(TOpenCLVector X)

Make the angle fit within +/- PI.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.FixAngle