Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ asPoint2F
Method
asPoint2F
Engine/source/math/mPoint3.h:136–136 ·
view source on GitHub ↗
Returns the x and y coords as a Point2F.
Source
from the content-addressed store, hash-verified
134
135
/// Returns the x and y coords as a Point2F.
136
Point2F asPoint2F() const { return Point2F( x, y ); }
137
138
//-------------------------------------- Queries
139
public:
Callers
3
getSqDistanceToPoint
Method · 0.80
_paint
Method · 0.80
_erase
Method · 0.80
Calls
1
Point2F
Class · 0.70
Tested by
no test coverage detected