MtxExpr.AddProduct Method

Overload List

#SignatureDescription
1Matrix AddProduct(TMtx X, TMtx Y, TMtx Z)Computes X + Y*Z
2Vector AddProduct(TVec X, TVec Y, TVec Z)Computes X + Y*Z

Overload 1: Matrix AddProduct(TMtx X, TMtx Y, TMtx Z)

Computes X + Y*Z

#NameTypeDescription
1XTMtxsource TMtx
2YTMtxsource TMtx
3ZTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.AddProduct

Overload 2: Vector AddProduct(TVec X, TVec Y, TVec Z)

Computes X + Y*Z

#NameTypeDescription
1XTVecsource TVec
2YTVecsource TVec
3ZTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.AddProduct