
Matrix4/Matrix4d CreateScale function
Posted Friday, 14 May, 2010 - 21:23 by Icefox| Project: | The Open Toolkit library |
| Version: | 1.0.0-rc1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | open |
Description
As we have CreateTranslation and CreateRotation method for Matrix4/Matrix4d that create a matrix that performs the appropriate transform, I'd expect to have a CreateScale method that does the same. There is a Scale function, but it doesn't follow the naming conventions, and doesn't have overloads that take ref and out parameters.

