Wiki > TV3D65 Index > TVMesh
This function will transform all vertices in the mesh by the supplied matrix.
| VB.NET | TransformByMatrix(mMatrix As TV_3DMATRIX) |
|---|---|
| C++ | void TransformByMatrix(cTV_3DMATRIX mMatrix) |
| NAME | OPTIONAL | DESCRIPTION |
|---|---|---|
| mMatrix | No | The matrix used for the transformation. |
| Null | Does not return a value. |
|---|
| Example | Scale a mesh by permanently transforming all its vertices. |
|---|