Scale
Contents
[
Hide
]
Matrix4.Scale method (1 of 3)
Creates a matrix that scales along the x-axis, the y-axis and the z-axis.
public static Matrix4 Scale(Vector3 s)
Parameter | Type | Description |
---|---|---|
s | Vector3 | Scaling factories applies to the x-axis, the y-axis and the z-axis |
See Also
- struct Vector3
- struct Matrix4
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
Matrix4.Scale method (2 of 3)
Creates a matrix that scales along the x-axis, the y-axis and the z-axis.
public static Matrix4 Scale(double s)
Parameter | Type | Description |
---|---|---|
s | Double | Scaling factories applies to all axex |
See Also
- struct Matrix4
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
Matrix4.Scale method (3 of 3)
Creates a matrix that scales along the x-axis, the y-axis and the z-axis.
public static Matrix4 Scale(double sx, double sy, double sz)
Parameter | Type | Description |
---|---|---|
sx | Double | Scaling factories applies to the x-axis |
sy | Double | Scaling factories applies to the y-axis |
sz | Double | Scaling factories applies to the z-axis |
See Also
- struct Matrix4
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D