# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLPACS::CRational64 Class Reference

A Rational of 2 64 bits. More...

#include <edge_collide.h>

List of all members.

Public Methods

 CRational64 ()
 CRational64 (sint64 a)
 CRational64 (sint64 num, sint64 den)
bool operator< (const CRational64 &o) const
 operator<. More...

bool operator== (const CRational64 &o) const
 operator==. More...


Public Attributes

sint64 Numerator
 Numerator. More...

sint64 Denominator
 Denominator. always >0. More...


Detailed Description

A Rational of 2 64 bits.

Author:
Lionel Berenguier , Nevrax France
Date:
2001

Definition at line 123 of file edge_collide.h.


Constructor & Destructor Documentation

NLPACS::CRational64::CRational64   [inline]
 

Definition at line 134 of file edge_collide.h.

Referenced by operator<, and operator==.

NLPACS::CRational64::CRational64 sint64    a [inline]
 

Definition at line 135 of file edge_collide.h.

References Denominator, and Numerator.

NLPACS::CRational64::CRational64 sint64    num,
sint64    den
[inline]
 

Definition at line 136 of file edge_collide.h.

References Denominator, num, and Numerator.


Member Function Documentation

bool NLPACS::CRational64::operator< const CRational64 &    o const [inline]
 

operator<.

Definition at line 151 of file edge_collide.h.

References CRational64, Denominator, and Numerator.

bool NLPACS::CRational64::operator== const CRational64 &    o const [inline]
 

operator==.

Definition at line 161 of file edge_collide.h.

References CRational64, Denominator, and Numerator.


Member Data Documentation

sint64 NLPACS::CRational64::Denominator
 

Denominator. always >0.

Definition at line 129 of file edge_collide.h.

Referenced by CRational64, operator<, and operator==.

sint64 NLPACS::CRational64::Numerator
 

Numerator.

Definition at line 127 of file edge_collide.h.

Referenced by CRational64, operator<, and operator==.


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