Uses of Class
com.openinventor.inventor.SbXfBox3f
-
Packages that use SbXfBox3f Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.actions com.openinventor.inventor.caches -
-
Uses of SbXfBox3f in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbXfBox3f Modifier and Type Method Description SbXfBox3f
SbXfBox3f. setValue(float[] components)
SbXfBox3f
SbXfBox3f. setValue(float[] components, int startIndex)
SbXfBox3f
SbXfBox3f. setValue(SbXfBox3d xfbox3d)
Sets value of the box from a double precision box.static SbXfBox3f[]
SbXfBox3f. toArray(long nativeArray, long length)
Methods in com.openinventor.inventor with parameters of type SbXfBox3f Modifier and Type Method Description void
SbXfBox3f. extendBy(SbXfBox3f bb)
Extends the box (if necessary) to contain the given box.SbXfBox3d
SbXfBox3d. setValue(SbXfBox3f xfbox3f)
Sets value of the box from a single precision box.void
SbXfBox3f. setValue(SbXfBox3f copyFrom)
Constructors in com.openinventor.inventor with parameters of type SbXfBox3f Constructor Description SbXfBox3f(SbXfBox3f copyFrom)
-
Uses of SbXfBox3f in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SbXfBox3f Modifier and Type Method Description SbXfBox3f
SoGetBoundingBoxAction. getXfBoundingBox()
Returns computed bounding box before transformation into world space.Methods in com.openinventor.inventor.actions with parameters of type SbXfBox3f Modifier and Type Method Description void
SoGetBoundingBoxAction. extendBy(SbXfBox3f box)
boolean
SoRayPickAction. intersect(SbXfBox3f box)
Calls intersect(box, true).boolean
SoRayPickAction. intersect(SbXfBox3f box, boolean useFullViewVolume)
Bounding box: just return whether the ray intersects it. -
Uses of SbXfBox3f in com.openinventor.inventor.caches
Methods in com.openinventor.inventor.caches that return SbXfBox3f Modifier and Type Method Description SbXfBox3f
SoBoundingBoxCache. getBox()
Returns the current bbox value.Methods in com.openinventor.inventor.caches with parameters of type SbXfBox3f Modifier and Type Method Description void
SoBoundingBoxCache. set(SbXfBox3f boundingBox, boolean centerSet, SbVec3f centerPoint)
-