Element, ElementPlane, InteractionSourcepublic class ElementPlane extends AbstractTile implements ElementPlane
Title: ElementBox
Description: Painter's algorithm implementation of a Plane
ElementPlane.ElementPlaneLoadercorners, numberOfTilesTARGET_POSITION, TARGET_SIZEtargetPosition, targetSize| Constructor | Description |
|---|---|
ElementPlane() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
computeCorners() |
This will be used by subclasses whenever there is a need to recompute
the actual values of the corners before drawing.
|
double[] |
getFirstDirection() |
Gets the first direction vector of th eplane
|
static XML.ObjectLoader |
getLoader() |
Returns an XML.ObjectLoader to save and load object data.
|
double[] |
getSecondDirection() |
Gets the second direction vector of th eplane
|
void |
setFirstDirection(double[] vector) |
Sets the first direction vector of th eplane
|
void |
setSecondDirection(double[] vector) |
Sets the second direction vector of th eplane
|
getTargetHit, projectPoints, setColorBelowWhenEqual, setColorOriginAndDirection, setColorRegions, setCorners, setDrawQuickInteriorgetDrawingPanel3D, getName, getSizeX, getSizeY, getSizeZ, getStyle, getTransformation, getX, getY, getZ, isVisible, loadUnmutableObjects, setName, setSizeX, setSizeXYZ, setSizeXYZ, setSizeY, setSizeZ, setTransformation, setVisible, setX, setXYZ, setXYZ, setY, setZ, toBodyFrame, toSpaceFrameaddInteractionListener, getAxesMode, getDrawingPanel3D, getHotSpotBodyCoordinates, getInteractionTarget, getName, getSizeX, getSizeY, getSizeZ, getStyle, getTransformation, getX, getY, getZ, isReallyVisible, isVisible, loadUnmutableObjects, removeInteractionListener, setName, setSizeX, setSizeXYZ, setSizeXYZ, setSizeY, setSizeZ, setTransformation, setVisible, setX, setXYZ, setXYZ, setY, setZ, toBodyFrame, toSpaceFrameaddInteractionListener, getInteractionTarget, removeInteractionListenerpublic void setFirstDirection(double[] vector)
ElementPlanesetFirstDirection in interface ElementPlanepublic double[] getFirstDirection()
ElementPlanegetFirstDirection in interface ElementPlanepublic void setSecondDirection(double[] vector)
ElementPlanesetSecondDirection in interface ElementPlanepublic double[] getSecondDirection()
ElementPlanegetSecondDirection in interface ElementPlaneprotected void computeCorners()
AbstractTilecomputeCorners in class AbstractTilepublic static XML.ObjectLoader getLoader()