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