| 240 | } |
| 241 | |
| 242 | PxGeometryType::Enum NpShape::getGeometryType() const |
| 243 | { |
| 244 | NP_READ_CHECK(getOwnerScene()); |
| 245 | |
| 246 | return mShape.getGeometryType(); |
| 247 | } |
| 248 | |
| 249 | void NpShape::setGeometry(const PxGeometry& g) |
| 250 | { |
no outgoing calls
no test coverage detected