public class Axis extends Group
Each axis is color coordinated and the length can be adjusted.
X axis: Red
Y axis: Green
Z axis: Blue
Internationalisation Resource Names
childList, cullList, dirtyBoundsCount, lastChild, pickableList, pickFlags, wkVec1, wkVec2bounds, implicitBounds, INVALID_BOUNDS, parentalive, LISTENER_SET_TIMING_ERR_PROP, updateHandlerCOLLIDABLE_OBJECT, GENERAL_OBJECT, PROXIMITY_OBJECT, VISIBLE_OBJECTCUSTOM_PICK_TYPE, GROUP_PICK_TYPE, LEAF_PICK_TYPE, SINGLE_PICK_TYPE| Constructor and Description |
|---|
Axis()
Create a default axis object with each item length 5 from the origin
|
Axis(float length)
Create an axis object with the given axis length from the origin.
|
Axis(float length,
float transparency)
Create an axis object with the given axis length from the origin.
|
addChild, checkForCyclicChild, checkPickMask, getAllChildren, getChild, getCullableChildren, getCullableParent, getPickableBounds, getPickableChild, getPickableChildren, getPickMask, getPickTargetType, hasMultipleParents, indexOfChild, markBoundsDirty, numChildren, numCullableChildren, numPickableChildren, pickBatch, pickSingle, recomputeBounds, removeAllChildren, removeChild, removeChild, requestBoundsUpdate, setBounds, setChild, setLive, setPickMask, setUpdateHandler, updateBoundsboundsChanged, checkForCyclicParent, getBounds, getParent, removeParent, setParent, updateParentBoundsdataChanged, getAppUpdateWriteTimingMessage, getBoundsWriteTimingMessage, getDataWriteTimingMessage, getUserData, isLive, setUserDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBoundspublic Axis()
public Axis(float length)
length - The length to use. Must be positivepublic Axis(float length,
float transparency)
length - The length to use. Must be positivetransparency - The amount of alpha channel in the axis
Copyright © 2001 - 2015 j3d.org