Bullet
Public Member Functions | Public Attributes | List of all members
btConvexHullInternal::PointR128 Class Reference

Public Member Functions

 PointR128 ()
 
 PointR128 (Int128 x, Int128 y, Int128 z, Int128 denominator)
 
btScalar xvalue () const
 
btScalar yvalue () const
 
btScalar zvalue () const
 

Public Attributes

Int128 x
 
Int128 y
 
Int128 z
 
Int128 denominator
 

Detailed Description

Definition at line 395 of file btConvexHullComputer.cpp.

Constructor & Destructor Documentation

btConvexHullInternal::PointR128::PointR128 ( )
inline

Definition at line 403 of file btConvexHullComputer.cpp.

btConvexHullInternal::PointR128::PointR128 ( Int128  x,
Int128  y,
Int128  z,
Int128  denominator 
)
inline

Definition at line 407 of file btConvexHullComputer.cpp.

Member Function Documentation

btScalar btConvexHullInternal::PointR128::xvalue ( ) const
inline

Definition at line 411 of file btConvexHullComputer.cpp.

btScalar btConvexHullInternal::PointR128::yvalue ( ) const
inline

Definition at line 416 of file btConvexHullComputer.cpp.

btScalar btConvexHullInternal::PointR128::zvalue ( ) const
inline

Definition at line 421 of file btConvexHullComputer.cpp.

Member Data Documentation

Int128 btConvexHullInternal::PointR128::denominator

Definition at line 401 of file btConvexHullComputer.cpp.

Int128 btConvexHullInternal::PointR128::x

Definition at line 398 of file btConvexHullComputer.cpp.

Int128 btConvexHullInternal::PointR128::y

Definition at line 399 of file btConvexHullComputer.cpp.

Int128 btConvexHullInternal::PointR128::z

Definition at line 400 of file btConvexHullComputer.cpp.


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