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

Method getLinkStart

Engine/source/navigation/navMesh.cpp:498–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496}
497
498Point3F NavMesh::getLinkStart(U32 idx)
499{
500 return RCtoDTS(Point3F(
501 mLinkVerts[idx*6],
502 mLinkVerts[idx*6 + 1],
503 mLinkVerts[idx*6 + 2]));
504}
505
506DefineEngineMethod(NavMesh, getLinkStart, Point3F, (U32 id),,
507 "Get the starting point of an off-mesh link.")

Callers 1

navMesh.cppFile · 0.80

Calls 2

RCtoDTSFunction · 0.85
Point3FClass · 0.50

Tested by

no test coverage detected