| 73 | }; |
| 74 | |
| 75 | class vector_field2d_impl : public vector_field_impl { |
| 76 | protected: |
| 77 | glm::mat4 computeModelMatrix(const glm::mat4& pOrient) override; |
| 78 | public: |
| 79 | vector_field2d_impl(const uint pNumPoints, const forge::dtype pDataType) |
| 80 | : vector_field_impl(pNumPoints, pDataType, 2) {} |
| 81 | }; |
| 82 | |
| 83 | } |
| 84 | } |
nothing calls this directly
no outgoing calls
no test coverage detected