Bullet Collision Detection & Physics Library
Public Attributes | List of all members
btTriangleInfoData Struct Reference

those fields have to be float and not btScalar for the serialization to work properly More...

#include <btTriangleInfoMap.h>

Public Attributes

int m_flags
 
float m_edgeV0V1Angle
 
float m_edgeV1V2Angle
 
float m_edgeV2V0Angle
 

Detailed Description

those fields have to be float and not btScalar for the serialization to work properly

Definition at line 84 of file btTriangleInfoMap.h.

Member Data Documentation

◆ m_edgeV0V1Angle

float btTriangleInfoData::m_edgeV0V1Angle

Definition at line 87 of file btTriangleInfoMap.h.

◆ m_edgeV1V2Angle

float btTriangleInfoData::m_edgeV1V2Angle

Definition at line 88 of file btTriangleInfoMap.h.

◆ m_edgeV2V0Angle

float btTriangleInfoData::m_edgeV2V0Angle

Definition at line 89 of file btTriangleInfoMap.h.

◆ m_flags

int btTriangleInfoData::m_flags

Definition at line 86 of file btTriangleInfoMap.h.


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