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 |
Definition at line 395 of file btConvexHullComputer.cpp.
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.
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.
Definition at line 401 of file btConvexHullComputer.cpp.
Definition at line 398 of file btConvexHullComputer.cpp.
Definition at line 399 of file btConvexHullComputer.cpp.
Definition at line 400 of file btConvexHullComputer.cpp.