MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / getLinkEnd

Method getLinkEnd

Engine/source/navigation/navMesh.cpp:516–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516Point3F NavMesh::getLinkEnd(U32 idx)
517{
518 return RCtoDTS(Point3F(
519 mLinkVerts[idx*6 + 3],
520 mLinkVerts[idx*6 + 4],
521 mLinkVerts[idx*6 + 5]));
522}
523
524DefineEngineMethod(NavMesh, getLinkEnd, Point3F, (U32 id),,
525 "Get the ending 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