17 FaceFace( FaceId a, FaceId b ) : aFace( a ), bFace( b ) {}
19 auto operator<=>(
const FaceFace& rhs )
const =
default;
23struct UndirectedEdgeUndirectedEdge
25 UndirectedEdgeId aUndirEdge;
26 UndirectedEdgeId bUndirEdge;
unsafe UndirectedEdgeUndirectedEdge()
Definition MRCameraOrientationPlugin.h:8