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

Method plane

Engine/source/collision/planeExtractor.cpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76//----------------------------------------------------------------------------
77
78void PlaneExtractorPolyList::plane(U32 v1,U32 v2,U32 v3)
79{
80 mPlaneList->last().set(mVertexList[v1],
81 mVertexList[v2],mVertexList[v3]);
82}
83
84void PlaneExtractorPolyList::plane(const PlaneF& p)
85{

Callers 14

buildPolyListMethod · 0.45
buildPolyListOpcodeMethod · 0.45
getPolyListMethod · 0.45
buildPolyListMethod · 0.45
getPolyListMethod · 0.45
buildPolyListMethod · 0.45
buildPolyListMethod · 0.45
getPolyListMethod · 0.45
buildSegmentPolyListMethod · 0.45
buildPolyListMethod · 0.45
buildPolyListMethod · 0.45
_exportMethod · 0.45

Calls 4

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

Tested by

no test coverage detected