Click or drag to resize
SbSphereSectionProjector Constructor
Overload List
  NameDescription
Public methodSbSphereSectionProjector
Calls SbSphereSectionProjector(0.9f, true).
Public methodSbSphereSectionProjector(Single)
Calls SbSphereSectionProjector(edgeTol, true).
Public methodSbSphereSectionProjector(SbSphere)
Calls SbSphereSectionProjector(sph, 0.9f, true).
Public methodSbSphereSectionProjector(Single, Boolean)

Constructor that uses a default sphere centered at the origin with radius 1.0.

Public methodSbSphereSectionProjector(SbSphere, Single)
Calls SbSphereSectionProjector(sph, edgeTol, true).
Public methodSbSphereSectionProjector(SbSphere, Single, Boolean)

Constructor that uses a supplied sphere.

Top
See Also