createIdentity MethodStatic

create an identity matrix

  • all diagonal entries (xx,yy,zz) are one
  • all others are zero.
  • This (rather than all zeros) is the useful state for most graphics transformations.

createIdentity(result?: Matrix3d): Matrix3d

Parameter Type Description
result Matrix3d  

Defined in

Last Updated: 08 January, 2020