Method ApplyTransform
ApplyTransform(uint, Matrix4)
Apply a transformation matrix to a geometrical entity
Declaration
public void ApplyTransform(uint entity, Matrix4 matrix)
Parameters
Type | Name | Description |
---|---|---|
uint | entity | The geometric entity |
Matrix4 | matrix | The transformation matrix |