Method MultiplyMatrixVector
MultiplyMatrixVector(Matrix4, Point3)
Multiply a vector by a matrix (i.e apply the matrix to a vector)
Declaration
public Point3 MultiplyMatrixVector(Matrix4 matrix, Point3 vector)
Parameters
Type | Name | Description |
---|---|---|
Matrix4 | matrix | The matrix to apply |
Point3 | vector | The vector to multiply |
Returns
Type | Description |
---|---|
Point3 |