Demo3D 2022 API Documentation
Demo3D 2022 API Documentation
Microsoft Namespaces
Microsoft.DirectX
Matrix Structure
Matrix Methods
Translation Method
Translation Method (Vector3)
Translation Method (Double, Double, Double)
Translation Method (Single, Single, Single)
Matrix
Translation Method (Single, Single, Single)
Form a translation
Matrix
Namespace:
Microsoft.DirectX
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
Copy
public
static
Matrix
Translation
(
float
x
,
float
y
,
float
z
)
Parameters
x
Type:
System
Single
The X translation
y
Type:
System
Single
The Y translation
z
Type:
System
Single
The Z translation
Return Value
Type:
Matrix
Resulting translation
Matrix
See Also
Reference
Matrix Structure
Translation Overload
Microsoft.DirectX Namespace
© Emulate3D Ltd. All rights reserved.
Send comments on this topic to
support@demo3d.com