Uses of Class
com.openinventor.inventor.SbVec3s
-
Packages that use SbVec3s Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list.com.openinventor.inventor.fields com.openinventor.volumeviz.readers -
-
Uses of SbVec3s in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbVec3s Modifier and Type Method Description SbVec3s
SbBox3s. getMax()
Returns the maximum point of the box.SbVec3s
SbBox3s. getMin()
Returns the minimum point of the box.SbVec3s[]
SbBox3s. getMinMax()
Gets the corners of the box.SbVec3s
SbVec3s. minus(SbVec3s v2)
Component-wise binary vector subtraction operator.SbVec3s
SbVec3s. over(double d)
Component-wise binary scalar division operator.SbVec3s
SbVec3s. over(int d)
Component-wise binary scalar division operator.SbVec3s
SbVec3s. plus(SbVec3s v2)
Component-wise binary vector addition operator.SbVec3s
SbVec3s. setValue(short[] components)
SbVec3s
SbVec3s. setValue(short[] components, int startIndex)
SbVec3s
SbVec3s. setValue(short c0, short c1, short c2)
SbVec3s
SbVec3s. times(double d)
Component-wise binary scalar multiplication operator.SbVec3s
SbVec3s. times(int d)
Component-wise binary scalar multiplication operator.static SbVec3s[]
SbVec3s. toArray(long nativeArray, long length)
Methods in com.openinventor.inventor with parameters of type SbVec3s Modifier and Type Method Description void
SbVec3s. add(SbVec3s u)
Component-wise vector addition operator.int
SbVec3s. dot(SbVec3s v)
Returns dot (inner) product of vector and another vector.SbVec3s
SbVec3s. minus(SbVec3s v2)
Component-wise binary vector subtraction operator.SbVec3s
SbVec3s. plus(SbVec3s v2)
Component-wise binary vector addition operator.void
SbBox3s. setBounds(SbVec3s _min, SbVec3s _max)
Sets the corners of the box.SbVec3i32
SbVec3i32. setValue(SbVec3s v)
Sets value of vector from anSbVec3s
(adapter).void
SbVec3s. setValue(SbVec3s copyFrom)
void
SbVec3s. substract(SbVec3s u)
Component-wise vector subtraction operator.Constructors in com.openinventor.inventor with parameters of type SbVec3s Constructor Description SbBox3s(SbVec3s _min, SbVec3s _max)
Constructor for a 3D short box.SbVec3i32(SbVec3s vec)
Constructor given anSbVec3s
(adapter).SbVec3s(SbVec3s copyFrom)
-
Uses of SbVec3s in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements with parameters of type SbVec3s Modifier and Type Method Description static void
SoTextureImage3Element. set(SoState state, SoNode node, SbVec3s subSize, int xoffset, int yoffset, int zoffset, byte[] bytes, int texname)
Pass texname = -1 to deactivate subtexturing. -
Uses of SbVec3s in com.openinventor.inventor.fields
Fields in com.openinventor.inventor.fields declared as SbVec3s Modifier and Type Field Description SbVec3s
SoSFImage3.SubTextureImage. offset
SbVec3s
SoSFImage3.BufferObject. size
SbVec3s
SoSFImage3.SubTextureImage. size
SbVec3s
SoSFImage3.TextureImage. size
Methods in com.openinventor.inventor.fields that return SbVec3s Modifier and Type Method Description SbVec3s
SoMFVec3s. getValueAt(int i)
SbVec3s[]
SoMFVec3s. 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 SbVec3s Modifier and Type Method Description int
SoMFVec3s. find(SbVec3s targetValue)
Calls find(targetValue, false).int
SoMFVec3s. find(SbVec3s targetValue, boolean addIfNotFound)
Finds the given targetValue in the array and returns the index of that value.void
SoMFVec3s. set1Value(int index, SbVec3s newValue)
Sets the index'th value in the array to newValue.void
SoMFVec3s. setValue(SbVec3s newValue)
Sets the first value in the array to newValue, and deletes.void
SoSFBox3i32. setValue(SbVec3s _min, SbVec3s _max)
Sets the box dimensions.void
SoSFBox3s. setValue(SbVec3s _min, SbVec3s _max)
Sets the box dimensions.void
SoSFImage3. setValue(SbVec3s size, int nc, SoBufferObject bufferObject)
Calls setValue(size, nc, bufferObject, SoSFImage3.CopyPolicies.valueOf( SoSFImage3.CopyPolicies.COPY.getValue() )).void
SoSFImage3. setValue(SbVec3s size, int nc, SoBufferObject bufferObject, SoSFImage3.CopyPolicies copy)
Sets the value of this field to be an image of the given size, with the given number of components, and with the given pixel values.void
SoMFVec3s. setValues(int start, SbVec3s[] newValues)
Sets num values starting at index start to the values. -
Uses of SbVec3s in com.openinventor.volumeviz.readers
Methods in com.openinventor.volumeviz.readers with parameters of type SbVec3s Modifier and Type Method Description void
SoVRMemoryReader. setProperties(SbBox3f size, SoDataSet.DataTypes type, SbVec3s dim, SoBufferObject internalData)
Calls setProperties(size, type, dim, internalData, (int)0).void
SoVRMemoryReader. setProperties(SbBox3f size, SoDataSet.DataTypes type, SbVec3s dim, SoBufferObject internalData, int sigBits)
Sets properties of the reader.
-