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

Method GetDirectionY

TSMotor2D.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24Vector2D Motor2D::GetDirectionY(void) const
25{
26 return (Vector2D(z * w * -2.0F, 1.0F - z * z * 2.0F));
27}
28
29Point2D Motor2D::GetPosition(void) const
30{

Callers

nothing calls this directly

Calls 1

Vector2DClass · 0.85

Tested by

no test coverage detected