Bullet Collision Detection & Physics Library
Public Member Functions | Public Attributes | List of all members
btConvexHullInternal::Point64 Class Reference

Public Member Functions

 Point64 (int64_t x, int64_t y, int64_t z)
 
bool isZero ()
 
int64_t dot (const Point64 &b) const
 

Public Attributes

int64_t x
 
int64_t y
 
int64_t z
 

Detailed Description

Definition at line 56 of file btConvexHullComputer.cpp.

Constructor & Destructor Documentation

btConvexHullInternal::Point64::Point64 ( int64_t  x,
int64_t  y,
int64_t  z 
)
inline

Definition at line 63 of file btConvexHullComputer.cpp.

Member Function Documentation

int64_t btConvexHullInternal::Point64::dot ( const Point64 b) const
inline

Definition at line 72 of file btConvexHullComputer.cpp.

bool btConvexHullInternal::Point64::isZero ( )
inline

Definition at line 67 of file btConvexHullComputer.cpp.

Member Data Documentation

int64_t btConvexHullInternal::Point64::x

Definition at line 59 of file btConvexHullComputer.cpp.

int64_t btConvexHullInternal::Point64::y

Definition at line 60 of file btConvexHullComputer.cpp.

int64_t btConvexHullInternal::Point64::z

Definition at line 61 of file btConvexHullComputer.cpp.


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