Transform.ScaleBasisAndOrigin
Description:
Scales the basis vectors and the origin of this transformation and returns the result.
Scales the basis vectors and the origin of this transformation and returns the result.
Remarks:
The resulting transformation is equivalent to the application of this transformation and then the uniform scale, in this order.
The resulting transformation is equivalent to the application of this transformation and then the uniform scale, in this order.
public Transform ScaleBasisAndOrigin(
double scale
)
-
DoublescaleThe scale value.
-
Thrown when the specified value is an infinite number.