Click or drag to resize
SbSphere Methods

The SbSphere type exposes the following members.

Methods
  NameDescription
Public methodCircumscribe(SbBox3f)
Adapt sphere to contain a given box.
Public methodCircumscribe(SbBox3f)
Adapt sphere to contain a given box.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetCenter Obsolete.
Use Center property instead.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetRadius Obsolete.
Use Radius property instead.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntersect(SbLine, SbVec3f)
Intersect line and sphere, returning true if there is an intersection. The line is treated as a ray.
Public methodIntersect(SbLine, SbVec3f)
Intersect line and sphere, returning true if there is an intersection. The line is treated as a ray.
Public methodIntersect(SbLine, SbVec3f, SbVec3f)
Intersect line and sphere, returning true if there is an intersection. The line is treated as a ray.
Public methodIntersect(SbLine, SbVec3f, SbVec3f)
Intersect line and sphere, returning true if there is an intersection. The line is treated as a ray.
Public methodSetCenter Obsolete.
Use Center property instead.
Public methodSetRadius Obsolete.
Use Radius property instead.
Public methodSetValue(SbVec3f, Single)
Change the center and radius.
Public methodSetValue(SbVec3f, Single)
Change the center and radius.
Public methodToString
Converts this SbSphere structure to a human readable string.
(Overrides ValueTypeToString.)
Top
See Also