IMat3Ops
Public / Methods
MulW
2 overloads
Multiplies this matrix (left-side) with the given homogeneous 2D vector (right-side): result = this * v
.
- See also
Multiplies this matrix (left-side) with the given homogeneous 2D vector (right-side): result = this * v
.
- See also
MulW0
2 overloads
Multiplies this matrix (left-side) with the given 2D vector (right-side): result = this * (v.X, v.Y, 0)
.
- See also
Multiplies this matrix (left-side) with the given 2D vector (right-side): result = this * (x, y, 0)
.
- See also
MulW1
3 overloads
Multiplies this matrix (left-side) with the given 2D point (right-side): result = this * (v.X, v.Y, 1)
.
- See also
Multiplies this matrix (left-side) with the given 2D point (right-side): result = this * (x, y, 1)
.
- See also
Multiplies this matrix (left-side) with the given 2D point (right-side), assuming a homogeneous W-component of 1 and computes the partial derivatives: result = this * v
.