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

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

Public methodSbSpherePlaneProjector(SbSphere, Single)
Calls SbSpherePlaneProjector(sph, edgeTol, true).
Public methodSbSpherePlaneProjector(SbSphere, Single, Boolean)

Constructor that uses a supplied sphere.

Top
See Also