Uses of Class
com.openinventor.inventor.SbVec4d
Packages that use SbVec4d
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
-
Uses of SbVec4d in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbVec4dModifier and TypeMethodDescriptionComponent-wise binary vector subtraction operator.SbMatrixd.multVec4Matrix
(SbVec3d src) Pre-multiplies matrix by the given row vector, giving vector result in homogeneous coordinates.SbVec4d.over
(double d) Component-wise binary scalar division operator.Component-wise binary vector addition operator.SbVec4d.setValue
(double[] components) SbVec4d.setValue
(double[] components, int startIndex) SbVec4d.setValue
(double c0, double c1, double c2, double c3) Sets value of vector from a single precision vector.Multiply matrix by given vector.SbVec4d.times
(double d) Component-wise binary scalar multiplication operator.static SbVec4d[]
SbVec4d.toArray
(long nativeArray, long length) Methods in com.openinventor.inventor with parameters of type SbVec4dModifier 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.Component-wise binary vector subtraction operator.Component-wise binary vector addition operator.void
Sets value of vector from a double precision vector.void
Component-wise vector subtraction operator.Multiply matrix by given vector.Constructors in com.openinventor.inventor with parameters of type SbVec4d -
Uses of SbVec4d in com.openinventor.inventor.fields
Methods in com.openinventor.inventor.fields with parameters of type SbVec4dModifier and TypeMethodDescriptionvoid
Sets one value from double precision vector.void
Sets one value from double precision vector.void
Sets to one value from double precision vector.void
Sets to one value from double precision vector.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
Deprecated.void
Sets values from array of double precision vectors.void
Deprecated.As of Open Inventor 9.3.1, useSoMFVec4i32.setValues(int, com.openinventor.inventor.SbVec4d[])
instead.void
Sets values from array of double precision vectors.
SoMFVec4f.setValues(int, com.openinventor.inventor.SbVec4d[])
instead.