MCPcopy 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

getSqDistanceToPointMethod · 0.80
_paintMethod · 0.80
_eraseMethod · 0.80

Calls 1

Point2FClass · 0.70

Tested by

no test coverage detected