OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_point_count
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btTriangleShapeEx.h
41
int
m_point_count
;
member in struct:GIM_TRIANGLE_CONTACT
49
m_point_count
= other.
m_point_count
;
50
int i =
m_point_count
;
gim_tri_collision.h
48
GUINT
m_point_count
;
member in struct:GIM_TRIANGLE_CONTACT_DATA
56
m_point_count
= other.
m_point_count
;
57
GUINT i =
m_point_count
;
81
m_point_count
= 0;
98
m_point_count
=1;
102
point_indices[
m_point_count
] = _k;
103
m_point_count
++;
108
for( _k=0;_k<
m_point_count
;_k++)
Completed in 586 milliseconds