This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
eb56a20c 2cac bb27 cb23 35212832a9c7
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 Matrix3 Scale(
Vector3 value
)
VB
Public Shared Function Scale (
value As Vector3
) As Matrix3
C++
public:
static Matrix3 Scale(
Vector3 value
)
F#
static member Scale :
value : Vector3 -> Matrix3
- Vector3
- Scale factors for x, y, and z axis.
Matrix3
A scaling matrix.