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

Method plane

Engine/source/collision/concretePolyList.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98//----------------------------------------------------------------------------
99
100void ConcretePolyList::plane(U32 v1,U32 v2,U32 v3)
101{
102 mPolyList.last().plane.set(mVertexList[v1],
103 mVertexList[v2],mVertexList[v3]);
104}
105
106void ConcretePolyList::plane(const PlaneF& p)
107{

Callers

nothing calls this directly

Calls 4

setMethod · 0.45
lastMethod · 0.45
transformMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected