Uses of Class
heronarts.lx.transform.LXProjection
Package
Description
Utilities for 3-D transformations and model manipulation.
-
Uses of LXProjection in heronarts.lx.transform
Modifier and TypeMethodDescriptionLXProjection.center()
Centers the projection, by translating it such that the origin (0, 0, 0) becomes the center of the modelLXProjection.reflectX()
Reflects the projection about the x-axisLXProjection.reflectY()
Reflects the projection about the y-axisLXProjection.reflectZ()
Reflects the projection about the z-axisLXProjection.reset()
Reset all points in the projection to the modelLXProjection.rotate
(float angle, float l, float m, float n) Rotates the projection about a vectorLXProjection.rotateX
(float angle) Rotate about the x-axisLXProjection.rotateY
(float angle) Rotate about the x-axisLXProjection.rotateZ
(float angle) Rotate about the x-axisLXProjection.scale
(float sx, float sy, float sz) Scales the projectionLXProjection.translate
(float tx, float ty, float tz) Translates the projectionLXProjection.translateCenter
(float tx, float ty, float tz) Translates the model from its center, so (0, 0, 0) becomes (tx, ty, tz)