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

Method point

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

Default constructor of default definition.

Source from the content-addressed store, hash-verified

31
32 /// Default constructor of default definition.
33 constexpr point() noexcept = default;
34
35 /// Value-based constructor that takes `x` and `y` values and sinks them into place.
36 /// @param _x The `x` coordinate to sink.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected