Click or drag to resize

ITransformable Methods

The ITransformable type exposes the following members.

Methods
 NameDescription
Public methodCenterToOrigin Moves the job element so that its centroid is at the origin.
Public methodFlip Flip the job element against given flags for axes.
Public methodHasPoint Tests whether a point is inside (inclusively) the job element. This applies only if the job element is on a single plane.
Public methodMoveTo Moves the job element so that its centroid is at the given position.
Public methodRotate(Double) Rotates the job element a given angle around the z-axis.
Public methodRotate(Double, dvec3) Rotates the job element a given angle with respect to a given vector passing through its centroid.
Public methodScale(Double) Scales the job element uniformly with respect to its centroid.
Public methodScale(dvec3) Scales the job element non-uniformly with respect to its centroid.
Public methodTransform Multiplies the model matrix with a transformation matrix.
Public methodTranslate Translates the job element with a given vector.
Top
See Also