Apply the matrix to a list of points.
Clones the vector
Return true if this.elements are within precision equal to other.elements
multiplies by another matrix, vector, or scalar
For taking the product of a series of matrices in order. You can feed in matrices as separate arguments or as a single list. E.g., Multiply(a, b, c, d) or Multiply([a,b,c,d]).
Generated using TypeDoc
Apply the matrix to a list of points.