Vector3d.mulTransposePosition

Multiply the transpose of the given 4x4 matrix <code>mat</code> with <code>this</code>. <p> This method assumes the <code>w</code> component of <code>this</code> to be <code>1.0</code>.

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

  1. Vector3d mulTransposePosition(Matrix4d mat)
    struct Vector3d
    ref return
    mulTransposePosition
  2. Vector3d mulTransposePosition(Matrix4d mat, Vector3d dest)

Meta