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

Method castray

Engine/source/environment/decalRoad.cpp:890–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

888}
889
890bool DecalRoad::castray( const Point3F &start, const Point3F &end ) const
891{
892 // We just cast against the object box for the editor.
893 return mWorldBox.collideLine( start, end );
894}
895
896Point3F DecalRoad::getNodePosition( U32 idx )
897{

Callers

nothing calls this directly

Calls 1

collideLineMethod · 0.80

Tested by

no test coverage detected