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 53 of file btConvexHullComputer.cpp.

Constructor & Destructor Documentation

◆ Point64()

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

Definition at line 60 of file btConvexHullComputer.cpp.

Member Function Documentation

◆ dot()

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

Definition at line 69 of file btConvexHullComputer.cpp.

◆ isZero()

bool btConvexHullInternal::Point64::isZero ( )
inline

Definition at line 64 of file btConvexHullComputer.cpp.

Member Data Documentation

◆ x

int64_t btConvexHullInternal::Point64::x

Definition at line 56 of file btConvexHullComputer.cpp.

◆ y

int64_t btConvexHullInternal::Point64::y

Definition at line 57 of file btConvexHullComputer.cpp.

◆ z

int64_t btConvexHullInternal::Point64::z

Definition at line 58 of file btConvexHullComputer.cpp.


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