Package org.web3d.x3d.sai
Interface X3DBoundedObject
- All Known Subinterfaces:
Anchor
,Billboard
,CADAssembly
,CADFace
,CADLayer
,CADPart
,CollidableOffset
,CollidableShape
,Collision
,CollisionSpace
,EspduTransform
,GeoLocation
,GeoLOD
,GeoTransform
,Group
,HAnimHumanoid
,HAnimJoint
,HAnimSegment
,HAnimSite
,Inline
,LOD
,ParticleSystem
,PickableGroup
,Shape
,StaticGroup
,Switch
,Transform
,X3DGroupingNode
,X3DNBodyCollidableNode
,X3DNBodyCollisionSpaceNode
,X3DShapeNode
,X3DViewportNode
- All Known Implementing Classes:
SAIAnchor
,SAIAnchor
,SAIBillboard
,SAIBillboard
,SAICADAssembly
,SAICADAssembly
,SAICADFace
,SAICADFace
,SAICADLayer
,SAICADLayer
,SAICADPart
,SAICADPart
,SAICollidableOffset
,SAICollidableOffset
,SAICollidableShape
,SAICollidableShape
,SAICollision
,SAICollision
,SAICollisionSpace
,SAICollisionSpace
,SAIEspduTransform
,SAIEspduTransform
,SAIGeoLocation
,SAIGeoLocation
,SAIGeoLOD
,SAIGeoLOD
,SAIGeoTransform
,SAIGeoTransform
,SAIGroup
,SAIGroup
,SAIHAnimHumanoid
,SAIHAnimHumanoid
,SAIHAnimJoint
,SAIHAnimJoint
,SAIHAnimSegment
,SAIHAnimSegment
,SAIHAnimSite
,SAIHAnimSite
,SAIInline
,SAIInline
,SAILOD
,SAILOD
,SAIParticleSystem
,SAIParticleSystem
,SAIPickableGroup
,SAIPickableGroup
,SAIShape
,SAIShape
,SAIStaticGroup
,SAIStaticGroup
,SAISwitch
,SAISwitch
,SAITransform
,SAITransform
public interface X3DBoundedObject
Defines the requirements of an X3DBoundedObject abstract node type
- Version:
- $Revision: 1.4 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getBboxCenter
(float[] val) Return the bboxCenter value in the argument float[]void
getBboxSize
(float[] val) Return the bboxSize value in the argument float[]void
setBboxCenter
(float[] val) Set the bboxCenter field.void
setBboxSize
(float[] val) Set the bboxSize field.
-
Method Details
-
getBboxCenter
void getBboxCenter(float[] val) Return the bboxCenter value in the argument float[]- Parameters:
val
- The float[] to initialize.
-
setBboxCenter
void setBboxCenter(float[] val) Set the bboxCenter field.- Parameters:
val
- The float[] to set.
-
getBboxSize
void getBboxSize(float[] val) Return the bboxSize value in the argument float[]- Parameters:
val
- The float[] to initialize.
-
setBboxSize
void setBboxSize(float[] val) Set the bboxSize field.- Parameters:
val
- The float[] to set.
-