MtxExpr.Floor Method

Overload List

#SignatureDescription
1function Floor(const X: TMtx): Matrix;Result = the floor function from the source
2function Floor(const X: TVec): Vector;Result = the floor function from the source

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

Compute the floor function from the source.

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Floor

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

Compute the floor function from the source.

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Floor