Vector2d.mulPosition

Multiply the given 3x2 matrix <code>mat</code> with <code>this</code>. <p> This method assumes the <code>z</code> component of <code>this</code> to be <code>1.0</code>.

@param mat the matrix to multiply this vector by @return this

  1. Vector2d mulPosition(Matrix3x2d mat)
    struct Vector2d
    ref return
    mulPosition
  2. Vector2d mulPosition(Matrix3x2d mat, Vector2d dest)

Meta