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

Method Transform

include/SFML/Graphics/Transform.hpp:56–56  ·  view source on GitHub ↗

/////////////////////////////////////////////////////// \brief Default constructor Creates an identity transform (a transform that does nothing). ///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

54 ///
55 ////////////////////////////////////////////////////////////
56 constexpr Transform() = default;
57
58 ////////////////////////////////////////////////////////////
59 /// \brief Construct a transform from a 3x3 matrix

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected