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 SbXfBox3fSbXfBox3f. setValue(float[] components)SbXfBox3fSbXfBox3f. setValue(float[] components, int startIndex)SbXfBox3fSbXfBox3f. 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 voidSbXfBox3f. extendBy(SbXfBox3f bb)Extends the box (if necessary) to contain the given box.SbXfBox3dSbXfBox3d. setValue(SbXfBox3f xfbox3f)Sets value of the box from a single precision box.voidSbXfBox3f. 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 SbXfBox3fSoGetBoundingBoxAction. 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 voidSoGetBoundingBoxAction. extendBy(SbXfBox3f box)booleanSoRayPickAction. intersect(SbXfBox3f box)Calls intersect(box, true).booleanSoRayPickAction. 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 SbXfBox3fSoBoundingBoxCache. getBox()Returns the current bbox value.Methods in com.openinventor.inventor.caches with parameters of type SbXfBox3f Modifier and Type Method Description voidSoBoundingBoxCache. set(SbXfBox3f boundingBox, boolean centerSet, SbVec3f centerPoint)
-