Uses of Class
com.openinventor.inventor.SbSphere
-
Packages that use SbSphere 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 SbSphere in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbSphere Modifier and Type Method Description SbSphere
SbSphere. setValue(float[] components)
SbSphere
SbSphere. setValue(float[] components, int startIndex)
static SbSphere[]
SbSphere. toArray(long nativeArray, long length)
Methods in com.openinventor.inventor with parameters of type SbSphere Modifier and Type Method Description void
SbSphere. setValue(SbSphere copyFrom)
Constructors in com.openinventor.inventor with parameters of type SbSphere Constructor Description SbSphere(SbSphere copyFrom)
-
Uses of SbSphere in com.openinventor.inventor.projectors
Methods in com.openinventor.inventor.projectors that return SbSphere Modifier and Type Method Description SbSphere
SbSphereProjector. getSphere()
Gets the sphere on which to project points.Methods in com.openinventor.inventor.projectors with parameters of type SbSphere Modifier and Type Method Description void
SbSphereProjector. setSphere(SbSphere sph)
Sets the sphere on which to project points.Constructors in com.openinventor.inventor.projectors with parameters of type SbSphere Constructor Description SbSpherePlaneProjector(SbSphere sph)
Calls SbSpherePlaneProjector(sph, (float)0.9f, true).SbSpherePlaneProjector(SbSphere sph, float edgeTol)
Calls SbSpherePlaneProjector(sph, edgeTol, true).SbSpherePlaneProjector(SbSphere sph, float edgeTol, boolean orientToEye)
Constructor that uses a supplied sphere.SbSphereSectionProjector(SbSphere sph)
Calls SbSphereSectionProjector(sph, (float)0.9f, true).SbSphereSectionProjector(SbSphere sph, float edgeTol)
Calls SbSphereSectionProjector(sph, edgeTol, true).SbSphereSectionProjector(SbSphere sph, float edgeTol, boolean orientToEye)
Constructor that uses a supplied sphere.SbSphereSheetProjector(SbSphere sph)
Calls SbSphereSheetProjector(sph, true).SbSphereSheetProjector(SbSphere sph, boolean orientToEye)
Constructor that uses a supplied sphere.
-