This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
d3206436 f1f6 c1a6 e324 3c109637b31d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Build a scaling matrix.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Matrix4 Scale(
Vector3 value
)VB
Public Shared Function Scale (
value As Vector3
) As Matrix4C++
public:
static Matrix4 Scale(
Vector3 value
)F#
static member Scale :
value : Vector3 -> Matrix4 - Vector3
- Scale factors for x, y, and z axis.
Matrix4
A scaling matrix.