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

Method Vector3

include/SFML/System/Vector3.hpp:49–49  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

47 ///
48 ////////////////////////////////////////////////////////////
49 constexpr Vector3() = default;
50
51 ////////////////////////////////////////////////////////////
52 /// \brief Construct the vector from its coordinates

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected