MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / pivot

Method pivot

src/geode/geometry/basic_objects/triangle.cpp:160–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 template < typename PointType, index_t dimension >
159 template < index_t T >
160 std::enable_if_t< T == 3, std::optional< local_index_t > >
161 GenericTriangle< PointType, dimension >::pivot() const
162 {
163 if( const auto result = pivot_and_normal() )
164 {
165 return result->first;
166 }
167 return std::nullopt;
168 }
169
170 template < typename PointType, index_t dimension >
171 template < index_t T >

Callers 2

testFunction · 0.80

Calls

no outgoing calls

Tested by 1

testFunction · 0.64