Public Member Functions | Public Attributes

btConvexHullInternal::Point32 Class Reference

List of all members.

Public Member Functions

 Point32 ()
 Point32 (int32_t x, int32_t y, int32_t z)
bool operator== (const Point32 &b) const
bool operator!= (const Point32 &b) const
bool isZero ()
Point64 cross (const Point32 &b) const
Point64 cross (const Point64 &b) const
int64_t dot (const Point32 &b) const
int64_t dot (const Point64 &b) const
Point32 operator+ (const Point32 &b) const
Point32 operator- (const Point32 &b) const

Public Attributes

int32_t x
int32_t y
int32_t z
int index

Detailed Description

Definition at line 78 of file btConvexHullComputer.cpp.


Constructor & Destructor Documentation

btConvexHullInternal::Point32::Point32 (  )  [inline]

Definition at line 86 of file btConvexHullComputer.cpp.

btConvexHullInternal::Point32::Point32 ( int32_t  x,
int32_t  y,
int32_t  z 
) [inline]

Definition at line 90 of file btConvexHullComputer.cpp.


Member Function Documentation

Point64 btConvexHullInternal::Point32::cross ( const Point32 b  )  const [inline]

Definition at line 109 of file btConvexHullComputer.cpp.

Point64 btConvexHullInternal::Point32::cross ( const Point64 b  )  const [inline]

Definition at line 114 of file btConvexHullComputer.cpp.

int64_t btConvexHullInternal::Point32::dot ( const Point32 b  )  const [inline]

Definition at line 119 of file btConvexHullComputer.cpp.

int64_t btConvexHullInternal::Point32::dot ( const Point64 b  )  const [inline]

Definition at line 124 of file btConvexHullComputer.cpp.

bool btConvexHullInternal::Point32::isZero (  )  [inline]

Definition at line 104 of file btConvexHullComputer.cpp.

bool btConvexHullInternal::Point32::operator!= ( const Point32 b  )  const [inline]

Definition at line 99 of file btConvexHullComputer.cpp.

Point32 btConvexHullInternal::Point32::operator+ ( const Point32 b  )  const [inline]

Definition at line 129 of file btConvexHullComputer.cpp.

Point32 btConvexHullInternal::Point32::operator- ( const Point32 b  )  const [inline]

Definition at line 134 of file btConvexHullComputer.cpp.

bool btConvexHullInternal::Point32::operator== ( const Point32 b  )  const [inline]

Definition at line 94 of file btConvexHullComputer.cpp.


Member Data Documentation

Definition at line 84 of file btConvexHullComputer.cpp.

Definition at line 81 of file btConvexHullComputer.cpp.

Definition at line 82 of file btConvexHullComputer.cpp.

Definition at line 83 of file btConvexHullComputer.cpp.


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