Matrix44CreateTranslation(Vector3, Matrix44) Method |
Namespace: CFX.Structures.GeometryAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic static void CreateTranslation(
ref Vector3 position,
out Matrix44 result
)
Public Shared Sub CreateTranslation (
ByRef position As Vector3,
<OutAttribute> ByRef result As Matrix44
)
Parameters
- position Vector3
- X,Y and Z coordinates of translation.
- result Matrix44
- The translation Matrix44 as an output parameter.
See Also