Matrix3dScaling Method

Returns the matrix that scales by a scale factor about the center.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public static Matrix3d Scaling(
        double scaleAll,
        Point3d center
)

Parameters

scaleAll  Double
[in] Scale factor.
center  Point3d
[in] Point about which to scale.

Return Value

Matrix3d
See Also

©  Bricsys NV. All rights reserved.