Matrix44CreateScale(Vector3, Matrix44) Method |
Namespace: CFX.Structures.GeometryAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic static void CreateScale(
ref Vector3 scales,
out Matrix44 result
)
Public Shared Sub CreateScale (
ByRef scales As Vector3,
<OutAttribute> ByRef result As Matrix44
)
Parameters
- scales Vector3
- Vector3 representing x,y and z scale values.
- result Matrix44
- The scaling Matrix44 as an output parameter.
See Also