Scaling(Point3D, Double, Double, Double) Constructor

3D point and scale factors constructor.
Public Sub New( _ 
ByVal fixedPoint As Point3D, _ 
ByVal sx As Double, _ 
ByVal sy As Double, _ 
Optional ByVal sz As Double = 1 _ 
)
This language is not supported or no code example is available.
public Scaling( 
Point3D fixedPoint
double sx
double sy
double sz = 1 
)
This language is not supported or no code example is available.

Parameters

fixedPoint
Point3D

Fixed point

sx
double

Scale factor along X

sy
double

Scale factor along Y

sz
double

Scale factor along Z

.NET Framework

Supported in: 4.8

In this article

Definition