Uses of Class
com.openinventor.inventor.SbBox2f
Packages that use SbBox2f
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
-
Uses of SbBox2f in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbBox2fModifier and TypeMethodDescriptionSbBox2f.intersection
(SbBox2f box) Returns the intersection of the specified box with this box.SbBox2f.setValue
(float[] components) SbBox2f.setValue
(float[] components, int startIndex) static SbBox2f[]
SbBox2f.toArray
(long nativeArray, long length) Methods in com.openinventor.inventor with parameters of type SbBox2fModifier and TypeMethodDescriptionvoid
Extends this box (if necessary) to contain the specified box.boolean
Returns true if the specified box intersects this box.SbBox2f.intersection
(SbBox2f box) Returns the intersection of the specified box with this box.void
Constructors in com.openinventor.inventor with parameters of type SbBox2f -
Uses of SbBox2f in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SbBox2fMethods in com.openinventor.inventor.fields with parameters of type SbBox2fModifier and TypeMethodDescriptionvoid
Sets this field to newValue.Constructors in com.openinventor.inventor.fields with parameters of type SbBox2fModifierConstructorDescriptionSoSFBox2f
(SoFieldContainer fieldContainer, String fieldName, SoField.FieldTypes fieldType, SbBox2f defaultValue) Default constructor. -
Uses of SbBox2f in com.openinventor.meshviz.data
Methods in com.openinventor.meshviz.data that return SbBox2f -
Uses of SbBox2f in com.openinventor.meshviz.elements
Methods in com.openinventor.meshviz.elements that return SbBox2f -
Uses of SbBox2f in com.openinventor.meshviz.graph
Methods in com.openinventor.meshviz.graph that return SbBox2fMethods in com.openinventor.meshviz.graph with parameters of type SbBox2fModifier and TypeMethodDescriptionvoid
Calls setDomain(box, PbDomain.BoundingBoxTypes.valueOf( PbDomain.BoundingBoxTypes.AS_IS.getValue() )).void
PbDomain.setDomain
(SbBox2f box, PbDomain.BoundingBoxTypes type) Sets a 2D domain.Constructors in com.openinventor.meshviz.graph with parameters of type SbBox2fModifierConstructorDescriptionCalls PbDomain(box, PbDomain.BoundingBoxTypes.valueOf( PbDomain.BoundingBoxTypes.AS_IS.getValue() )).PbDomain
(SbBox2f box, PbDomain.BoundingBoxTypes type) Constructor of a 2D domain.