<Code Lib>
M

Transform.OfPoint

Description:
Applies the transformation to the point and returns the result.
Remarks:
Transformation of a point is affected by the translational part of the transformation.

public XYZ OfPoint(
	XYZ point
)

  • point
    The point to transform.
Return Value XYZ The transformed point.

Loading…