Click or drag to resize
SbSphereIntersect Method
Intersect line and sphere.
Overload List
  NameDescription
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.
Top
See Also