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

Method getLinkStart

Engine/source/navigation/navMesh.cpp:502–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502Point3F NavMesh::getLinkStart(U32 idx)
503{
504 return RCtoDTS(Point3F(
505 mLinkVerts[idx*6],
506 mLinkVerts[idx*6 + 1],
507 mLinkVerts[idx*6 + 2]));
508}
509
510DefineEngineMethod(NavMesh, getLinkStart, Point3F, (U32 id),,
511 "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