MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / Set

Method Set

TSVector2D.h:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 void Set(float a, float b) volatile
94 {
95 xy.Set(a, b);
96 }
97
98 Vector2D& operator =(const Vector2D& v)
99 {

Callers 1

Vector2DClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected