Uses of Class
com.openinventor.inventor.SbVec4i32
Packages that use SbVec4i32
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
-
Uses of SbVec4i32 in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbVec4i32Modifier and TypeMethodDescriptionSbBox4i32.getMax()
Returns the maximum point of the box.SbBox4i32.getMin()
Returns the minimum point of the box.SbBox4i32.getSize()
Gets box size.Component-wise binary vector subtraction operator.SbVec4i32.over
(double d) Component-wise binary scalar division operator.SbVec4i32.over
(int d) Component-wise binary scalar division operator.Component-wise binary vector addition operator.SbVec4i32.setValue
(int[] components) SbVec4i32.setValue
(int[] components, int startIndex) SbVec4i32.setValue
(int c0, int c1, int c2, int c3) SbVec4i32.times
(double d) Component-wise binary scalar multiplication operator.SbVec4i32.times
(int d) Component-wise binary scalar multiplication operator.static SbVec4i32[]
SbVec4i32.toArray
(long nativeArray, long length) Methods in com.openinventor.inventor with parameters of type SbVec4i32Modifier and TypeMethodDescriptionvoid
Component-wise vector addition operator.int
Returns dot (inner) product of vector and another vector.void
Extends this box (if necessary) to contain the specified point.boolean
Returns true if the specified point intersects this box.Component-wise binary vector subtraction operator.Component-wise binary vector addition operator.void
void
Component-wise vector subtraction operator.Constructors in com.openinventor.inventor with parameters of type SbVec4i32 -
Uses of SbVec4i32 in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SbVec4i32Modifier and TypeMethodDescriptionSoSFVec4i32.getValue()
Returns this field's value.SoMFVec4i32.getValueAt
(int i) SoMFVec4i32.getValues
(int start) Returns a pointer into the array of values in the field, starting at index start.Methods in com.openinventor.inventor.fields with parameters of type SbVec4i32Modifier and TypeMethodDescriptionint
Calls find(targetValue, false).int
Finds the given targetValue in the array and returns the index of that value.void
Sets the index'th value in the array to newValue.void
Sets the first value in the array to newValue, and deletes.void
Sets the box dimensions.void
Sets this field to newValue.void
Sets num values starting at index start to the values.Constructors in com.openinventor.inventor.fields with parameters of type SbVec4i32ModifierConstructorDescriptionSoSFVec4i32
(SoFieldContainer fieldContainer, String fieldName, SoField.FieldTypes fieldType, SbVec4i32 defaultValue) Default constructor. -
Uses of SbVec4i32 in com.openinventor.volumeviz.details
Methods in com.openinventor.volumeviz.details that return SbVec4i32