Blender V5.0
btConvexHullInternal::PointR128 Class Reference

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

Detailed Description

Definition at line 393 of file btConvexHullComputer.cpp.

Constructor & Destructor Documentation

◆ PointR128() [1/2]

btConvexHullInternal::PointR128::PointR128 ( )
inline

Definition at line 401 of file btConvexHullComputer.cpp.

◆ PointR128() [2/2]

btConvexHullInternal::PointR128::PointR128 ( Int128 x,
Int128 y,
Int128 z,
Int128 denominator )
inline

Definition at line 405 of file btConvexHullComputer.cpp.

References denominator, x, y, and z.

Member Function Documentation

◆ xvalue()

btScalar btConvexHullInternal::PointR128::xvalue ( ) const
inline

Definition at line 409 of file btConvexHullComputer.cpp.

References denominator, and x.

◆ yvalue()

btScalar btConvexHullInternal::PointR128::yvalue ( ) const
inline

Definition at line 414 of file btConvexHullComputer.cpp.

References denominator, and y.

◆ zvalue()

btScalar btConvexHullInternal::PointR128::zvalue ( ) const
inline

Definition at line 419 of file btConvexHullComputer.cpp.

References denominator, and z.

Member Data Documentation

◆ denominator

Int128 btConvexHullInternal::PointR128::denominator

Definition at line 399 of file btConvexHullComputer.cpp.

Referenced by PointR128(), xvalue(), yvalue(), and zvalue().

◆ x

Int128 btConvexHullInternal::PointR128::x

Definition at line 396 of file btConvexHullComputer.cpp.

Referenced by PointR128(), and xvalue().

◆ y

Int128 btConvexHullInternal::PointR128::y

Definition at line 397 of file btConvexHullComputer.cpp.

Referenced by PointR128(), and yvalue().

◆ z

Int128 btConvexHullInternal::PointR128::z

Definition at line 398 of file btConvexHullComputer.cpp.

Referenced by PointR128(), and zvalue().


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