|
|
|
|
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 ReferenceA Rational of 2 64 bits.
More...
#include <edge_collide.h>
List of all members.
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] |
|
NLPACS::CRational64::CRational64 |
( |
sint64 |
a |
) |
[inline] |
|
NLPACS::CRational64::CRational64 |
( |
sint64 |
num, |
|
|
sint64 |
den |
|
) |
[inline] |
|
Member Function Documentation
bool NLPACS::CRational64::operator< |
( |
const CRational64 & |
o |
) |
const [inline] |
|
bool NLPACS::CRational64::operator== |
( |
const CRational64 & |
o |
) |
const [inline] |
|
Member Data Documentation
sint64 NLPACS::CRational64::Denominator
|
|
sint64 NLPACS::CRational64::Numerator
|
|
The documentation for this class was generated from the following file:
|
|