public interface TransformableGeometry
Modifier and Type | Field and Description |
---|---|
static int |
ARTICULATED |
static int |
SIMULATING |
Modifier and Type | Method and Description |
---|---|
void |
transformGeometry(AffineTransform3dBase X)
Applies an affine transformation to the geometry of this object.
|
void |
transformGeometry(AffineTransform3dBase X,
TransformableGeometry topObject,
int flags)
Applies an affine transformation to the geometry of this object.
|
static final int SIMULATING
static final int ARTICULATED
void transformGeometry(AffineTransform3dBase X)
transformGeometry (X, this, 0);
X
- affine transformationvoid transformGeometry(AffineTransform3dBase X, TransformableGeometry topObject, int flags)
topComponent
should be the component for which the method
was initially invoked. The variable flags
provides
information about the context in which the transformation is
being applied. At present, the available flags are
SIMULATING
and ARTICULATED
.X
- affine transformationtopObject
- component on which the method was initially invokedflags
- provides information about the context in which the
transformation is being applied.