Uses of Class
com.openinventor.inventor.projection.SbProjection
-
Packages that use SbProjection Package Description com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list.com.openinventor.inventor.nodes com.openinventor.inventor.projection -
-
Uses of SbProjection in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SbProjection Modifier and Type Method Description static SbProjection
SoProjectionElement. getInternalProjection(SoState state)
Returns the projection routine associated with currentSoProjection
node. -
Uses of SbProjection in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes that return SbProjection Modifier and Type Method Description SbProjection
SoProjection. getProjection()
Return current projection.Methods in com.openinventor.inventor.nodes with parameters of type SbProjection Modifier and Type Method Description java.lang.String
SoProjection. addProjection(SbProjection projection, int id)
Add a projection with the given name and id to the list.void
SoProjection. setProjection(SbProjection projection)
Set the current projection. -
Uses of SbProjection in com.openinventor.inventor.projection
Subclasses of SbProjection in com.openinventor.inventor.projection Modifier and Type Class Description class
SbCylindricalProjection
Cylindrical coordinate projection.class
SbProj4Projection
Cartographic (PROJ4) projection class.class
SbSphericalProjection
Spherical coordinate projection.class
SbTransformProjection
Scale/recenter projection class.Constructors in com.openinventor.inventor.projection with parameters of type SbProjection Constructor Description SbProjection(SbProjection proj)
Copy constructor.
-