MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / getPointCount

Method getPointCount

include/Core/Graphics/Shapes.hpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 }
207
208 template <class T> std::size_t Shape<T>::getPointCount() const
209 {
210 return static_cast<const T&>(*this).shape.getPointCount();
211 }
212
213 template <class T> Transform::UnitVector Shape<T>::getPoint(std::size_t index) const
214 {

Callers 1

setPointPositionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected