Home | History | Annotate | Download | only in bullet-native

Lines Matching refs:shape

50         btCollisionShape* shape = reinterpret_cast<btCollisionShape*>(shapeId);
51 if (shape == NULL) {
56 return shape->getMargin();
66 btCollisionShape* shape = reinterpret_cast<btCollisionShape*>(shapeId);
67 if (shape == NULL) {
74 shape->setLocalScaling(scl);
84 btCollisionShape* shape = reinterpret_cast<btCollisionShape*>(shapeId);
85 if (shape == NULL) {
90 shape->setMargin(newMargin);
100 btCollisionShape* shape = reinterpret_cast<btCollisionShape*>(shapeId);
101 if (shape == NULL) {
106 delete(shape);