vtdata library
Public Member Functions | Public Attributes | List of all members
FSphere Class Reference

Public Member Functions

 FSphere (const FBox3 &src)
 
 FSphere (const FPoint3 &p, float fRadius)
 
const FSphereoperator= (const FSphere &rhs)
 
void Set (const FPoint3 &p, float fRadius)
 
void SetToZero ()
 
void GrowToContain (const FSphere &sh)
 
bool operator== (const FSphere &v) const
 
bool operator!= (const FSphere &v) const
 

Public Attributes

FPoint3 center
 
float radius
 

Detailed Description

A sphere, represented as a center and radius. Single-precision.