Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
Vector2D Motor2D::GetDirectionY(void) const
25
{
26
return (Vector2D(z * w * -2.0F, 1.0F - z * z * 2.0F));
27
}
28
29
Point2D Motor2D::GetPosition(void) const
30
{
Callers
nothing calls this directly
Calls
1
Vector2D
Class · 0.85
Tested by
no test coverage detected