MCPcopy Create free account
hub / github.com/adobe/hyde / origin

Method origin

test_files/point.cpp:29–29  ·  view source on GitHub ↗

A static routine that returns the origin point. @return The point `(0, 0)`

Source from the content-addressed store, hash-verified

27 /// A static routine that returns the origin point.
28 /// @return The point `(0, 0)`
29 static constexpr auto origin() { return point(); }
30
31
32 /// Default constructor of default definition.

Callers

nothing calls this directly

Calls 1

pointClass · 0.85

Tested by

no test coverage detected