MtxExpr.Cbrt Method

Overload List

#SignatureDescription
1function Cbrt(const X: TMtx): Matrix;Result = the Cbrt function from the source and return the result
2function Cbrt(const X: TVec): Vector;Result = the Cbrt function from the source and return the result

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

Compute the Cbrt function from the source and return the result.

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Cbrt

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

Compute the Cbrt function from the source and return the result.

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Cbrt