MCPcopy Create free account
hub / github.com/chrxh/alien / rotateClockwise

Method rotateClockwise

source/Base/Math.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49RealVector2D Math::rotateClockwise(RealVector2D const& v, float angle)
50{
51 return calcRotationMatrix(angle) * v;
52}
53
54void Math::normalize(RealVector2D& v)
55{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected