Method MultiplyMatrixPoint
MultiplyMatrixPoint(Matrix4, Point3)
Multiply a point by a matrix (i.e apply the matrix to a point)
Declaration
[HandleProcessCorruptedStateExceptions]
public Point3 MultiplyMatrixPoint(Matrix4 matrix, Point3 point)
Parameters
| Type | Name | Description |
|---|---|---|
| Matrix4 | matrix | The matrix to apply |
| Point3 | point | The point to multiply |
Returns
| Type | Description |
|---|---|
| Point3 |