Uses of Class
com.openinventor.inventor.SbVec2d
Packages that use SbVec2d
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
-
Uses of SbVec2d in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbVec2dModifier and TypeMethodDescriptionSbBox2d.getCenter()Returns the center of the box.SbBox2d.getClosestPoint(SbVec2d point) Returns the closest point on the box to the given point.SbBox2d.getMax()Returns the maximum point of the box.SbBox2d.getMin()Returns the minimum point of the box.SbVec2d[]SbBox2d.getMinMax()Gets the corners of the box.Component-wise binary vector subtraction operator.SbVec2d.over(double d) Component-wise binary scalar division operator.Component-wise binary vector addition operator.SbVec2d.setValue(double[] components) SbVec2d.setValue(double[] components, int startIndex) SbVec2d.setValue(double c0, double c1) Sets value of vector from a single precision vector.SbVec2d.times(double d) Component-wise binary scalar multiplication operator.static SbVec2d[]SbVec2d.toArray(long nativeArray, long length) Methods in com.openinventor.inventor with parameters of type SbVec2dModifier and TypeMethodDescriptionvoidComponent-wise vector addition operator.doubleReturns dot (inner) product of vector and another vector.booleanEquality comparison within given tolerance - the square of the length of the maximum distance between the two vectors.voidExtends this box (if necessary) to contain the specified point .SbBox2d.getClosestPoint(SbVec2d point) Returns the closest point on the box to the given point.booleanReturns true if the specified point intersects this box.Component-wise binary vector subtraction operator.Component-wise binary vector addition operator.voidSets the corners of the box.voidSets value of vector from a double precision vector.voidComponent-wise vector subtraction operator.Constructors in com.openinventor.inventor with parameters of type SbVec2d -
Uses of SbVec2d in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields that return SbVec2dModifier and TypeMethodDescriptionSoSFVec2d.getValue()Returns this field's value.SoMFVec2d.getValueAt(int i) SbVec2d[]SoMFVec2d.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 SbVec2dModifier 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 one value from double precision vector.voidSets one value from double precision vector.voidSets the first value in the array to newValue, and deletes.voidSets to one value from double precision vector.voidSets to one value from double precision vector.voidSets this field to newValue.voidConvenience method that allows you to specify a field value using a double precision variable.voidConvenience method that allows you to specify a field value using a double precision variable.voidSets num values starting at index start to the values.voidDeprecated.voidSets values from array of double precision vectors.voidDeprecated.As of Open Inventor 9.3.1, useSoMFVec2i32.setValues(int, com.openinventor.inventor.SbVec2d[])instead.voidSets values from array of double precision vectors.Constructors in com.openinventor.inventor.fields with parameters of type SbVec2dModifierConstructorDescriptionSoSFVec2d(SoFieldContainer fieldContainer, String fieldName, SoField.FieldTypes fieldType, SbVec2d defaultValue) Default constructor. -
Uses of SbVec2d in com.openinventor.ldm.readers
Methods in com.openinventor.ldm.readers that return SbVec2dModifier and TypeMethodDescriptionSoVolumeReader.getTileMinMax(int index) Returns the minimum and maximum data values for the given tile. -
Uses of SbVec2d in com.openinventor.volumeviz.readers
Methods in com.openinventor.volumeviz.readers that return SbVec2dModifier and TypeMethodDescriptionSbVec2d[]SoVRSegyFileReader.getP1P2P3Coordinates()Gets the P1, P2, P3 and P4 coordinates.SoVRSegyFileReader.getTraceCoord(int i, int j)
SoMFVec2f.setValues(int, com.openinventor.inventor.SbVec2d[])instead.