public class SbBox4i32 extends SbBasic
See also:
SbXfBox3f
, SbBox2f
, SbBox3s
, SbBox2i32
, SbBox2s
, SbVec3i32
, SbVec3s
, SbVec2f
, SbVec2i32
, SbVec2s
, SbMatrix
, SoGetBoundingBoxAction
Modifier and Type | Field and Description |
---|---|
int[] |
array |
Constructor and Description |
---|
SbBox4i32()
Constructor for a 4D integer32 box.
|
SbBox4i32(int[] components) |
SbBox4i32(SbBox4i32 copyFrom) |
SbBox4i32(SbVec4i32 _min,
SbVec4i32 _max)
Constructor for a 4D integer32 box.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
void |
extendBy(SbVec4i32 pt)
Extends this box (if necessary) to contain the specified point.
|
SbVec4i32 |
getMax()
Returns the maximum point of the box.
|
SbVec4i32 |
getMin()
Returns the minimum point of the box.
|
SbVec4i32 |
getSize()
Gets box size.
|
int[] |
getValue() |
boolean |
intersect(SbVec4i32 pt)
Returns true if the specified point intersects this box.
|
boolean |
isEmpty()
Returns true if the box is empty, and false otherwise.
|
void |
makeEmpty()
Makes an empty box.
|
SbBox4i32 |
setValue(int[] components) |
SbBox4i32 |
setValue(int[] components,
int startIndex) |
void |
setValue(SbBox4i32 copyFrom) |
static SbBox4i32[] |
toArray(long nativeArray,
long length) |
public SbBox4i32(SbBox4i32 copyFrom)
public SbBox4i32(int[] components)
public SbBox4i32(SbVec4i32 _min, SbVec4i32 _max)
public SbBox4i32()
public SbBox4i32 setValue(int[] components, int startIndex)
public void setValue(SbBox4i32 copyFrom)
public SbBox4i32 setValue(int[] components)
public int[] getValue()
public void extendBy(SbVec4i32 pt)
public static SbBox4i32[] toArray(long nativeArray, long length)
public boolean intersect(SbVec4i32 pt)
public SbVec4i32 getMin()
public SbVec4i32 getMax()
public boolean isEmpty()
makeEmpty()
method. (This method only returns true if the maximum X value is
less than the minimum X value.)public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public SbVec4i32 getSize()
public void makeEmpty()
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com