Blender  V3.3
Public Member Functions | List of all members
btConvexHullInternal::Rational64 Class Reference

Public Member Functions

 Rational64 (int64_t numerator, int64_t denominator)
 
bool isNegativeInfinity () const
 
bool isNaN () const
 
int compare (const Rational64 &b) const
 
btScalar toScalar () const
 

Detailed Description

Definition at line 271 of file btConvexHullComputer.cpp.

Constructor & Destructor Documentation

◆ Rational64()

btConvexHullInternal::Rational64::Rational64 ( int64_t  numerator,
int64_t  denominator 
)
inline

Definition at line 279 of file btConvexHullComputer.cpp.

Member Function Documentation

◆ compare()

int btConvexHullInternal::Rational64::compare ( const Rational64 b) const

◆ isNaN()

bool btConvexHullInternal::Rational64::isNaN ( ) const
inline

Definition at line 316 of file btConvexHullComputer.cpp.

◆ isNegativeInfinity()

bool btConvexHullInternal::Rational64::isNegativeInfinity ( ) const
inline

Definition at line 311 of file btConvexHullComputer.cpp.

◆ toScalar()

btScalar btConvexHullInternal::Rational64::toScalar ( ) const
inline

Definition at line 323 of file btConvexHullComputer.cpp.

References SIMD_INFINITY.


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