Uses of Class
com.openinventor.inventor.SbLined
Packages that use SbLined
Package
Description
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 SbLinedModifier and TypeMethodDescriptionSbMatrixd.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.setValue
(double[] components) SbLined.setValue
(double[] components, int startIndex) static SbLined[]
SbLined.toArray
(long nativeArray, long length) Methods in com.openinventor.inventor with parameters of type SbLinedModifier and TypeMethodDescriptionSbVec3d[]
SbLined.getClosestPoints
(SbLined line2) Finds the two closest points between this line and line2, and loads them into ptOnThis and ptOnLine2.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
Sets line from a double precision line.void
Constructors in com.openinventor.inventor with parameters of type SbLined