Uses of Class
com.openinventor.inventor.SbLined
-
Packages that use SbLined Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization. -
-
Uses of SbLined in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbLined Modifier and Type Method Description SbLined
SbMatrixd. multLineMatrix(SbLined src)
Multiplies the given line's origin by the matrix, and the line's direction by the rotation portion of the matrix.SbLined
SbLined. setValue(double[] components)
SbLined
SbLined. setValue(double[] components, int startIndex)
static SbLined[]
SbLined. toArray(long nativeArray, long length)
Methods in com.openinventor.inventor with parameters of type SbLined Modifier and Type Method Description SbVec3d[]
SbLined. getClosestPoints(SbLined line2)
Finds the two closest points between this line and line2, and loads them into ptOnThis and ptOnLine2.SbLined
SbMatrixd. multLineMatrix(SbLined src)
Multiplies the given line's origin by the matrix, and the line's direction by the rotation portion of the matrix.void
SbLine. setValue(SbLined line)
Sets line from a double precision line.void
SbLined. setValue(SbLined copyFrom)
Constructors in com.openinventor.inventor with parameters of type SbLined Constructor Description SbLined(SbLined copyFrom)
-