NiTE 2.0
Public Member Functions
nite::Point3f Class Reference

#include <NiTE.h>

Inheritance diagram for nite::Point3f:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 Point3f ()
 Point3f (float x, float y, float z)
 Point3f (const Point3f &other)
bool operator!= (const Point3f &other) const
Point3foperator= (const Point3f &other)
bool operator== (const Point3f &other) const
void set (float x, float y, float z)

Constructor & Destructor Documentation

nite::Point3f::Point3f ( ) [inline]
nite::Point3f::Point3f ( float  x,
float  y,
float  z 
) [inline]
nite::Point3f::Point3f ( const Point3f other) [inline]

Member Function Documentation

bool nite::Point3f::operator!= ( const Point3f other) const [inline]
Point3f& nite::Point3f::operator= ( const Point3f other) [inline]
bool nite::Point3f::operator== ( const Point3f other) const [inline]
void nite::Point3f::set ( float  x,
float  y,
float  z 
) [inline]

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