Returns the matrix of uniform scaling by scale factor scaleAll with respect to the point center.
Public static Function Scaling( scaleAll As double, center As Point3d ) As Matrix3d
public static Matrix3d Scaling( double scaleAll, Point3d center );
Parameters |
Description |
double scaleAll |
Input scale factor |
Point3d center |
Input origin point of the scale |
Comments? |