Blender  V3.3
Public Member Functions | Public Attributes | List of all members
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.

Member Function Documentation

◆ xvalue()

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

◆ yvalue()

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

◆ zvalue()

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

Member Data Documentation

◆ denominator

Int128 btConvexHullInternal::PointR128::denominator

◆ x

Int128 btConvexHullInternal::PointR128::x

Definition at line 396 of file btConvexHullComputer.cpp.

Referenced by btConvexHullInternal::Vertex::dot(), and xvalue().

◆ y

Int128 btConvexHullInternal::PointR128::y

Definition at line 397 of file btConvexHullComputer.cpp.

Referenced by btConvexHullInternal::Vertex::dot(), and yvalue().

◆ z

Int128 btConvexHullInternal::PointR128::z

Definition at line 398 of file btConvexHullComputer.cpp.

Referenced by btConvexHullInternal::Vertex::dot(), and zvalue().


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