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

Method getLinkEnd

Engine/source/navigation/navMesh.cpp:512–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510}
511
512Point3F NavMesh::getLinkEnd(U32 idx)
513{
514 return RCtoDTS(Point3F(
515 mLinkVerts[idx*6 + 3],
516 mLinkVerts[idx*6 + 4],
517 mLinkVerts[idx*6 + 5]));
518}
519
520DefineEngineMethod(NavMesh, getLinkEnd, Point3F, (U32 id),,
521 "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