Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members
Public Member Functions | Public Attributes
core::sphere3d Class Reference

Sphere. More...

#include <Sphere3d.h>

List of all members.

Public Member Functions

bool operator!= (const sphere3d &other) const
sphere3doperator= (const sphere3d &other)
bool operator== (const sphere3d &other) const
void set (const sphere3d &s)
void set (const vector3d center, const f32 radius)
 sphere3d (const vector3d &center, const f32 radius)
 sphere3d ()
 sphere3d (const sphere3d &other)

Public Attributes

vector3d Center
f32 Radius

Detailed Description

Sphere.


Constructor & Destructor Documentation

core::sphere3d::sphere3d ( )
core::sphere3d::sphere3d ( const vector3d center,
const f32  radius 
)
core::sphere3d::sphere3d ( const sphere3d other)

Member Function Documentation

bool core::sphere3d::operator!= ( const sphere3d other) const

References Center, core::EPSILON, and Radius.

sphere3d & core::sphere3d::operator= ( const sphere3d other)

References Center, and Radius.

bool core::sphere3d::operator== ( const sphere3d other) const

References Center, core::EPSILON, and Radius.

void core::sphere3d::set ( const sphere3d s) [inline]

References Center, and Radius.

void core::sphere3d::set ( const vector3d  center,
const f32  radius 
) [inline]

References Center, and Radius.


Member Data Documentation


The documentation for this class was generated from the following files:

The KG Game Engine
The KG Game Engine Documentation © 2006-2011 by Kat'Oun. Generated on Sat Jul 2 2011 00:50:07 by Doxygen (1.7.4)