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 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
Sets the corners of the box.Sets value of vector from anSbVec3s
(adapter).void
void
Component-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.offset
SoSFImage3.BufferObject.size
SoSFImage3.SubTextureImage.size
SoSFImage3.TextureImage.size
Methods 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 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 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
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 SbVec3sModifier and TypeMethodDescriptionvoid
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.