! returns geometry type mask */
| 286 | |
| 287 | /*! returns geometry type mask */ |
| 288 | __forceinline GTypeMask getTypeMask() const { return (GTypeMask)(1 << gtype); } |
| 289 | |
| 290 | /*! returns true of geometry contains motion blur */ |
| 291 | __forceinline bool hasMotionBlur () const { |
no outgoing calls
no test coverage detected