MCPcopy Create free account
hub / github.com/SFML/SFML / Vector2

Method Vector2

include/SFML/System/Vector2.hpp:52–52  ·  view source on GitHub ↗

/////////////////////////////////////////////////////// \brief Default constructor Creates a `Vector2(0, 0)`. ///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

50 ///
51 ////////////////////////////////////////////////////////////
52 constexpr Vector2() = default;
53
54 ////////////////////////////////////////////////////////////
55 /// \brief Construct the vector from cartesian coordinates

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected