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