MCPcopy Create free account
hub / github.com/carbonengine/trinity / AddPickingTriangle

Method AddPickingTriangle

trinity/Tr2LineSet.cpp:193–202  ·  view source on GitHub ↗

Python Exposed Methods

Source from the content-addressed store, hash-verified

191
192// Python Exposed Methods
193void Tr2LineSet::AddPickingTriangle( const Vector3& position1, const Vector3& position2, const Vector3& position3 )
194{
195 Triangle newTriangle;
196
197 newTriangle.m_position1 = position1;
198 newTriangle.m_position2 = position2;
199 newTriangle.m_position3 = position3;
200
201 m_triangles.push_back( newTriangle );
202}
203
204bool Tr2LineSet::SubmitChanges()
205{

Callers 2

GenLineSetsMethod · 0.80
GenLineSetsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected