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