Uses of Class
com.openinventor.inventor.SbCylinder
-
Packages that use SbCylinder Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.projectors -
-
Uses of SbCylinder in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbCylinder Modifier and Type Method Description SbCylinder
SbCylinder. setValue(float[] components)
SbCylinder
SbCylinder. setValue(float[] components, int startIndex)
static SbCylinder[]
SbCylinder. toArray(long nativeArray, long length)
Methods in com.openinventor.inventor with parameters of type SbCylinder Modifier and Type Method Description void
SbCylinder. setValue(SbCylinder copyFrom)
Constructors in com.openinventor.inventor with parameters of type SbCylinder Constructor Description SbCylinder(SbCylinder copyFrom)
-
Uses of SbCylinder in com.openinventor.inventor.projectors
Methods in com.openinventor.inventor.projectors that return SbCylinder Modifier and Type Method Description SbCylinder
SbCylinderProjector. getCylinder()
Gets the cylinder on which to project points.Methods in com.openinventor.inventor.projectors with parameters of type SbCylinder Modifier and Type Method Description void
SbCylinderProjector. setCylinder(SbCylinder cyl)
Sets the cylinder on which to project points.Constructors in com.openinventor.inventor.projectors with parameters of type SbCylinder Constructor Description SbCylinderPlaneProjector(SbCylinder cyl)
Calls SbCylinderPlaneProjector(cyl, (float)0.9f, true).SbCylinderPlaneProjector(SbCylinder cyl, float edgeTol)
Calls SbCylinderPlaneProjector(cyl, edgeTol, true).SbCylinderPlaneProjector(SbCylinder cyl, float edgeTol, boolean orientToEye)
Constructor.SbCylinderSectionProjector(SbCylinder cyl)
Calls SbCylinderSectionProjector(cyl, (float)0.9f, true).SbCylinderSectionProjector(SbCylinder cyl, float edgeTol)
Calls SbCylinderSectionProjector(cyl, edgeTol, true).SbCylinderSectionProjector(SbCylinder cyl, float edgeTol, boolean orientToEye)
Constructor.SbCylinderSheetProjector(SbCylinder cyl)
Calls SbCylinderSheetProjector(cyl, true).SbCylinderSheetProjector(SbCylinder cyl, boolean orientToEye)
Constructor.
-