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 TypeMethodDescriptionvoid
Component-wise vector addition operator.double
Returns dot (inner) product of vector and another vector.boolean
Equality comparison within given tolerance - the square of the length of the maximum distance between the two vectors.void
Extends this box (if necessary) to contain the specified point .SbBox2d.getClosestPoint
(SbVec2d point) Returns the closest point on the box to the given point.boolean
Returns true if the specified point intersects this box.Component-wise binary vector subtraction operator.Component-wise binary vector addition operator.void
Sets the corners of the box.void
Sets value of vector from a double precision vector.void
Component-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 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 one value from double precision vector.void
Sets one value from double precision vector.void
Sets the first value in the array to newValue, and deletes.void
Sets to one value from double precision vector.void
Sets to one value from double precision vector.void
Sets this field to newValue.void
Convenience method that allows you to specify a field value using a double precision variable.void
Convenience method that allows you to specify a field value using a double precision variable.void
Sets num values starting at index start to the values.void
Deprecated.void
Sets values from array of double precision vectors.void
Deprecated.As of Open Inventor 9.3.1, useSoMFVec2i32.setValues(int, com.openinventor.inventor.SbVec2d[])
instead.void
Sets 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.