Class SbCylindricalProjection
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.projection.SbProjection
-
- com.openinventor.inventor.projection.SbCylindricalProjection
-
public class SbCylindricalProjection extends SbProjection
Cylindrical coordinate projection. This class performs a cylindrical coordinate projection.Cylindrical coordinates are: radius, theta (angle), height
Radius and height are 3D units and theta is in radians.The projection of cylindrical coordinates into XYZ space is: x = r * cos(theta) y = r * sin(theta) z = h
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description SbCylindricalProjection()
Constructor.SbCylindricalProjection(SoProjection node)
Constructor.
-
Method Summary
-
Methods inherited from class com.openinventor.inventor.projection.SbProjection
exit, getFloatParameter, getNumFloatParameters, getNumStringParameters, getProjectedBoundingBox, getProjectionNode, getStringParameter, init, inverse, project, setNumFloatParameters, setNumStringParameters, setParameter, setParameter
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbCylindricalProjection
public SbCylindricalProjection()
Constructor.
-
SbCylindricalProjection
public SbCylindricalProjection(SoProjection node)
Constructor.
-
-