Package | Description |
---|---|
org.eclipse.ice.client.widgets.geometry | |
org.eclipse.ice.datastructures.form.geometry |
Modifier and Type | Method and Description |
---|---|
Transformation |
RenderShape.getTransformation() |
Modifier and Type | Method and Description |
---|---|
boolean |
RenderShape.setTransformation(Transformation transformation) |
Modifier and Type | Method and Description |
---|---|
Transformation |
IShape.getTransformation()
Returns a copy of the transformation matrix associated with this shape
node
|
Transformation |
AbstractShape.getTransformation()
Returns a copy of the transformation matrix associated with this shape
node
|
Modifier and Type | Method and Description |
---|---|
void |
Transformation.copy(Transformation iceObject)
Copies the contents of a Transformation into the current object using a
deep copy
|
boolean |
IShape.setTransformation(Transformation transformation)
Replaces the transformation matrix with a copy of the given Matrix4x4
|
boolean |
AbstractShape.setTransformation(Transformation transformation)
Replaces the transformation matrix with a copy of the given Matrix4x4
|