|
Blender V4.3
|
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 393 of file btConvexHullComputer.cpp.
|
inline |
Definition at line 401 of file btConvexHullComputer.cpp.
|
inline |
Definition at line 405 of file btConvexHullComputer.cpp.
|
inline |
Definition at line 409 of file btConvexHullComputer.cpp.
References denominator, and btConvexHullInternal::Int128::toScalar().
Referenced by btConvexHullInternal::Vertex::xvalue().
|
inline |
Definition at line 414 of file btConvexHullComputer.cpp.
References denominator, and btConvexHullInternal::Int128::toScalar().
Referenced by btConvexHullInternal::Vertex::yvalue().
|
inline |
Definition at line 419 of file btConvexHullComputer.cpp.
References denominator, btConvexHullInternal::Int128::toScalar(), and z.
Referenced by btConvexHullInternal::Vertex::zvalue().
| Int128 btConvexHullInternal::PointR128::denominator |
Definition at line 399 of file btConvexHullComputer.cpp.
Referenced by btConvexHullInternal::Vertex::dot(), xvalue(), yvalue(), and zvalue().
| Int128 btConvexHullInternal::PointR128::x |
Definition at line 396 of file btConvexHullComputer.cpp.
Referenced by btConvexHullInternal::Vertex::dot().
| Int128 btConvexHullInternal::PointR128::y |
Definition at line 397 of file btConvexHullComputer.cpp.
Referenced by btConvexHullInternal::Vertex::dot().
| Int128 btConvexHullInternal::PointR128::z |
Definition at line 398 of file btConvexHullComputer.cpp.
Referenced by btConvexHullInternal::Vertex::dot(), and zvalue().