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

Method Integer

engine/src/vector.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66Vector2 Vector2::Integer()
67{
68 return Vector2((int)this->x, (int)this->y);
69}
70
71void Vector2::Rotate(float angle)
72{

Callers 1

updateMethod · 0.80

Calls 1

Vector2Class · 0.85

Tested by

no test coverage detected