Blender V2.61 - r43446
Public Member Functions | Public Attributes

GIM_TRIANGLE_CONTACT Struct Reference

Structure for collision. More...

#include <btTriangleShapeEx.h>

List of all members.

Public Member Functions

SIMD_FORCE_INLINE void copy_from (const GIM_TRIANGLE_CONTACT &other)
 GIM_TRIANGLE_CONTACT ()
 GIM_TRIANGLE_CONTACT (const GIM_TRIANGLE_CONTACT &other)
void merge_points (const btVector4 &plane, btScalar margin, const btVector3 *points, int point_count)
 classify points that are closer

Public Attributes

btScalar m_penetration_depth
int m_point_count
btVector4 m_separating_normal
btVector3 m_points [MAX_TRI_CLIPPING]

Detailed Description

Structure for collision.

Definition at line 38 of file btTriangleShapeEx.h.


Constructor & Destructor Documentation

GIM_TRIANGLE_CONTACT::GIM_TRIANGLE_CONTACT ( ) [inline]

Definition at line 57 of file btTriangleShapeEx.h.

GIM_TRIANGLE_CONTACT::GIM_TRIANGLE_CONTACT ( const GIM_TRIANGLE_CONTACT other) [inline]

Definition at line 61 of file btTriangleShapeEx.h.

References copy_from().


Member Function Documentation

SIMD_FORCE_INLINE void GIM_TRIANGLE_CONTACT::copy_from ( const GIM_TRIANGLE_CONTACT other) [inline]
void GIM_TRIANGLE_CONTACT::merge_points ( const btVector4 plane,
btScalar  margin,
const btVector3 *  points,
int  point_count 
)

Member Data Documentation

btVector3 GIM_TRIANGLE_CONTACT::m_points[MAX_TRI_CLIPPING]

The documentation for this struct was generated from the following files: