Point3d

Point3d

Point3d

Methods

(static) transform(xform)

Description:
  • Transforms the present point in place. The transformation matrix acts on the left of the point. i.e., result = transformation*point
Parameters:
Name Type Description
xform Transform Transformation to apply.