Uses of Class
com.openinventor.inventor.projection.SbProjection
Packages that use SbProjection
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SbProjection in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SbProjectionModifier and TypeMethodDescriptionstatic 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 SbProjectionMethods in com.openinventor.inventor.nodes with parameters of type SbProjectionModifier and TypeMethodDescriptionSoProjection.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.projectionModifier and TypeClassDescriptionclass
Cylindrical coordinate projection.class
Cartographic (PROJ4) projection class.class
Spherical coordinate projection.class
Scale/recenter projection class.Constructors in com.openinventor.inventor.projection with parameters of type SbProjection