MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / asPoint3F

Method asPoint3F

Engine/source/math/mPoint4.h:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 Point4F& operator=(const Point4F&);
107
108 Point3F asPoint3F() const { return Point3F(x,y,z); }
109
110 //-------------------------------------- Public static constants
111 public:

Callers 3

tangentMethod · 0.80
addElementMethod · 0.80
getBestProbesMethod · 0.80

Calls 1

Point3FClass · 0.70

Tested by

no test coverage detected