MCPcopy Create free account
hub / github.com/ThePhD/sol2 / vector

Method vector

examples/source/usertype.cpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29public:
30 vector() = default;
31 vector(float x) : x(x) {
32 }
33 vector(float x, float y) : x(x), y(y) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected