Uses of Class
com.openinventor.inventor.SbVec4ub
Packages that use SbVec4ub
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
-
Uses of SbVec4ub in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbVec4ubModifier and TypeMethodDescriptionComponent-wise binary vector subtraction operator.SbVec4ub.over
(double d) Component-wise binary scalar division operator.SbVec4ub.over
(int d) Component-wise binary scalar division operator.Component-wise binary vector addition operator.SbVec4ub.setValue
(byte[] components) SbVec4ub.setValue
(byte[] components, int startIndex) SbVec4ub.setValue
(byte c0, byte c1, byte c2, byte c3) SbVec4ub.times
(double d) Component-wise binary scalar multiplication operator.SbVec4ub.times
(int d) Component-wise binary scalar multiplication operator.static SbVec4ub[]
SbVec4ub.toArray
(long nativeArray, long length) Methods in com.openinventor.inventor with parameters of type SbVec4ubModifier and TypeMethodDescriptionvoid
Component-wise vector addition operator.int
Returns dot (inner) product of vector and another vector.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 SbVec4ub -
Uses of SbVec4ub in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SbVec4ubModifier and TypeMethodDescriptionSoMFVec4ub.getValueAt
(int i) SbVec4ub[]
SoMFVec4ub.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 SbVec4ubModifier 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 num values starting at index start to the values.