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 SbVec3sSbBox3s. getMax()Returns the maximum point of the box.SbVec3sSbBox3s. getMin()Returns the minimum point of the box.SbVec3s[]SbBox3s. getMinMax()Gets the corners of the box.SbVec3sSbVec3s. minus(SbVec3s v2)Component-wise binary vector subtraction operator.SbVec3sSbVec3s. over(double d)Component-wise binary scalar division operator.SbVec3sSbVec3s. over(int d)Component-wise binary scalar division operator.SbVec3sSbVec3s. plus(SbVec3s v2)Component-wise binary vector addition operator.SbVec3sSbVec3s. setValue(short[] components)SbVec3sSbVec3s. setValue(short[] components, int startIndex)SbVec3sSbVec3s. setValue(short c0, short c1, short c2)SbVec3sSbVec3s. times(double d)Component-wise binary scalar multiplication operator.SbVec3sSbVec3s. 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 voidSbVec3s. add(SbVec3s u)Component-wise vector addition operator.intSbVec3s. dot(SbVec3s v)Returns dot (inner) product of vector and another vector.SbVec3sSbVec3s. minus(SbVec3s v2)Component-wise binary vector subtraction operator.SbVec3sSbVec3s. plus(SbVec3s v2)Component-wise binary vector addition operator.voidSbBox3s. setBounds(SbVec3s _min, SbVec3s _max)Sets the corners of the box.SbVec3i32SbVec3i32. setValue(SbVec3s v)Sets value of vector from anSbVec3s(adapter).voidSbVec3s. setValue(SbVec3s copyFrom)voidSbVec3s. 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 voidSoTextureImage3Element. 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 SbVec3sSoSFImage3.SubTextureImage. offsetSbVec3sSoSFImage3.BufferObject. sizeSbVec3sSoSFImage3.SubTextureImage. sizeSbVec3sSoSFImage3.TextureImage. sizeMethods in com.openinventor.inventor.fields that return SbVec3s Modifier and Type Method Description SbVec3sSoMFVec3s. 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 intSoMFVec3s. find(SbVec3s targetValue)Calls find(targetValue, false).intSoMFVec3s. find(SbVec3s targetValue, boolean addIfNotFound)Finds the given targetValue in the array and returns the index of that value.voidSoMFVec3s. set1Value(int index, SbVec3s newValue)Sets the index'th value in the array to newValue.voidSoMFVec3s. setValue(SbVec3s newValue)Sets the first value in the array to newValue, and deletes.voidSoSFBox3i32. setValue(SbVec3s _min, SbVec3s _max)Sets the box dimensions.voidSoSFBox3s. setValue(SbVec3s _min, SbVec3s _max)Sets the box dimensions.voidSoSFImage3. setValue(SbVec3s size, int nc, SoBufferObject bufferObject)Calls setValue(size, nc, bufferObject, SoSFImage3.CopyPolicies.valueOf( SoSFImage3.CopyPolicies.COPY.getValue() )).voidSoSFImage3. 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.voidSoMFVec3s. 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 voidSoVRMemoryReader. setProperties(SbBox3f size, SoDataSet.DataTypes type, SbVec3s dim, SoBufferObject internalData)Calls setProperties(size, type, dim, internalData, (int)0).voidSoVRMemoryReader. setProperties(SbBox3f size, SoDataSet.DataTypes type, SbVec3s dim, SoBufferObject internalData, int sigBits)Sets properties of the reader.
-