Uses of Class
com.openinventor.inventor.SbVec3s
Packages that use SbVec3s
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SbVec3s in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbVec3sModifier and TypeMethodDescriptionSbBox3s.getMax()Returns the maximum point of the box.SbBox3s.getMin()Returns the minimum point of the box.SbVec3s[]SbBox3s.getMinMax()Gets the corners of the box.Component-wise binary vector subtraction operator.SbVec3s.over(double d) Component-wise binary scalar division operator.SbVec3s.over(int d) Component-wise binary scalar division operator.Component-wise binary vector addition operator.SbVec3s.setValue(short[] components) SbVec3s.setValue(short[] components, int startIndex) SbVec3s.setValue(short c0, short c1, short c2) SbVec3s.times(double d) Component-wise binary scalar multiplication operator.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 SbVec3sModifier and TypeMethodDescriptionvoidComponent-wise vector addition operator.intReturns dot (inner) product of vector and another vector.Component-wise binary vector subtraction operator.Component-wise binary vector addition operator.voidSets the corners of the box.Sets value of vector from anSbVec3s(adapter).voidvoidComponent-wise vector subtraction operator.Constructors in com.openinventor.inventor with parameters of type SbVec3s -
Uses of SbVec3s in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements with parameters of type SbVec3s -
Uses of SbVec3s in com.openinventor.inventor.fields
Fields in com.openinventor.inventor.fields declared as SbVec3sModifier and TypeFieldDescriptionSoSFImage3.SubTextureImage.offsetSoSFImage3.BufferObject.sizeSoSFImage3.SubTextureImage.sizeSoSFImage3.TextureImage.sizeMethods in com.openinventor.inventor.fields that return SbVec3sModifier and TypeMethodDescriptionSoMFVec3s.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 SbVec3sModifier and TypeMethodDescriptionintCalls find(targetValue, false).intFinds the given targetValue in the array and returns the index of that value.voidSets the index'th value in the array to newValue.voidSets the first value in the array to newValue, and deletes.voidSets the box dimensions.voidSets 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.voidSets 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 SbVec3sModifier and TypeMethodDescriptionvoidSoVRMemoryReader.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.