Unit 'XBMath' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_glscene]

M3Add

Declaration

Source position: XBMath.pas line 204

function M3Add(

  const M1: TMatrix3;

  const M2: TMatrix3

):TMatrix3; overload;

function M3Add(

  const M1: TMatrix3;

  const V1: Scalar

):TMatrix3; overload;

function M3Add(

  const V1: Scalar;

  const M1: TMatrix3

):TMatrix3; overload;



CT Web help

CodeTyphon Studio