Uses of Class
com.openinventor.inventor.SbBox2s
-
Packages that use SbBox2s Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization. -
-
Uses of SbBox2s in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbBox2s Modifier and Type Method Description SbBox2s
SbBox2s. intersection(SbBox2s box)
Returns the intersection of the specified box with this box.SbBox2s
SbBox2s. setValue(short[] components)
SbBox2s
SbBox2s. setValue(short[] components, int startIndex)
static SbBox2s[]
SbBox2s. toArray(long nativeArray, long length)
Methods in com.openinventor.inventor with parameters of type SbBox2s Modifier and Type Method Description void
SbBox2s. extendBy(SbBox2s r)
Extends this box (if necessary) to contain the specified box.boolean
SbBox2s. intersect(SbBox2s bb)
Returns true if the specified box intersects this box.SbBox2s
SbBox2s. intersection(SbBox2s box)
Returns the intersection of the specified box with this box.void
SbBox2s. setValue(SbBox2s copyFrom)
Constructors in com.openinventor.inventor with parameters of type SbBox2s Constructor Description SbBox2s(SbBox2s copyFrom)
-