MCPcopy Create free account
hub / github.com/arrayfire/forge / vector_field2d_impl

Class vector_field2d_impl

src/backend/opengl/vector_field_impl.hpp:75–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73};
74
75class 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected