MCPcopy Create free account
hub / github.com/AsPJT/DungeonTemplateLibrary / SampleMatrixViewDraw

Class SampleMatrixViewDraw

include/DTL/Camera/MatrixView.hpp:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 };
31
32 class SampleMatrixViewDraw {
33 public:
34 SampleMatrixViewDraw() = default;
35 template<typename Matrix_> //maybe_unused
36 DTL_VERSIONING_CPP14_CONSTEXPR
37 void draw(const Matrix_&, const ::dtl::type::int_fast32, const ::dtl::type::int_fast32, const ::dtl::type::int_fast32, const ::dtl::type::int_fast32, const ::dtl::type::int_fast32, const ::dtl::type::int_fast32, const ::dtl::type::int_fast32, const ::dtl::type::int_fast32) const noexcept {}
38 };
39
40 class MatrixView {
41 private:

Callers 1

drawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected