MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / basePlane

Method basePlane

source/MRMesh/MRFeatures.cpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109Primitives::Plane Primitives::ConeSegment::basePlane( bool negative ) const
110{
111 assert( std::isfinite( negative ? negativeLength : positiveLength ) );
112 return { .center = basePoint( negative ).center, .normal = negative ? -dir : dir };
113}
114
115Primitives::ConeSegment Primitives::ConeSegment::baseCircle( bool negative ) const
116{

Callers 2

measureMethod · 0.80
forEachSubfeatureFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected