Matrix4x3d.negateY

Multiply <code>this</code> by the matrix <pre> 1 0 0 0 0 -1 0 0 0 0 1 0 </pre>

@return this

  1. Matrix4x3d negateY()
    struct Matrix4x3d
    ref return
    negateY
    ()
  2. Matrix4x3d negateY(Matrix4x3d dest)

Meta