2020 Method
Changes 0
M

Transform.ScaleBasisAndOrigin

Description:
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.
public Transform ScaleBasisAndOrigin(
	double scale
)
Return Value Transform The transformation equal to the composition of the two transformations.