MCPcopy Create free account
hub / github.com/atraczyk/2d-engine / Vector2

Method Vector2

engine/src/vector.cpp:15–19  ·  view source on GitHub ↗

Vector2

Source from the content-addressed store, hash-verified

13
14//Vector2
15Vector2::Vector2(float _x, float _y)
16{
17 x = _x;
18 y = _y;
19}
20
21Vector2::~Vector2(void)
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected