Uses of Class
com.openinventor.inventor.SbSphere
Packages that use SbSphere
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
-
Uses of SbSphere in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbSphereModifier and TypeMethodDescriptionSbSphere.setValue
(float[] components) SbSphere.setValue
(float[] components, int startIndex) static SbSphere[]
SbSphere.toArray
(long nativeArray, long length) Methods in com.openinventor.inventor with parameters of type SbSphereConstructors in com.openinventor.inventor with parameters of type SbSphere -
Uses of SbSphere in com.openinventor.inventor.projectors
Methods in com.openinventor.inventor.projectors that return SbSphereModifier and TypeMethodDescriptionSbSphereProjector.getSphere()
Gets the sphere on which to project points.Methods in com.openinventor.inventor.projectors with parameters of type SbSphereModifier and TypeMethodDescriptionvoid
Sets the sphere on which to project points.Constructors in com.openinventor.inventor.projectors with parameters of type SbSphereModifierConstructorDescriptionCalls 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.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.Calls SbSphereSheetProjector(sph, true).SbSphereSheetProjector
(SbSphere sph, boolean orientToEye) Constructor that uses a supplied sphere.