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
e3011efa ebbe bd84 f386 3db47123a9d0
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(
double x,
double y,
double z
)
VB
Public Shared Function Scale (
x As Double,
y As Double,
z As Double
) As Matrix3
C++
public:
static Matrix3 Scale(
double x,
double y,
double z
)
F#
static member Scale :
x : float *
y : float *
z : float -> Matrix3
- Double
- Scale factor for x-axis.
- Double
- Scale factor for y-axis.
- Double
- Scale factor for z-axis.
Matrix3
A scaling matrix.