| 41 | CKind getKind() const { return mKind; } |
| 42 | f32 getScale() const { return mScale; } |
| 43 | f32 getBoundDepth() const { return mBoundDepth; } |
| 44 | const JGeometry::TVec3f &getPos() const { return mPos; } |
| 45 | |
| 46 | protected: |
no outgoing calls
no test coverage detected