Xj3D 2.0 VRML/X3D Code API

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

public interface X3DBoundedObject

Defines the requirements of an X3DBoundedObject abstract node type

Version:
$Revision: 1.4 $
Author:
Rex Melton

Method Summary
 void 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 Detail

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.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium