Represents a pair of segments offset to the left and right of a central segment. More...
#include <CommandPathCutEntityDeplacements.h>
Public Member Functions | |
| SegmentMargins (PathSegmentCommandDataType *left, PathSegmentCommandDataType *right) | |
| ~SegmentMargins () | |
Public Attributes | |
| PathSegmentCommandDataType * | left |
| PathSegmentCommandDataType * | right |
Represents a pair of segments offset to the left and right of a central segment.
The SegmentMargins structure is used to store two segments that are parallel to a central segment but shifted laterally.
Each margin (left and right) is typically generated by applying a perpendicular offset to the central segment.
|
inline |
| conscience_core::bridging::commands::SegmentMargins::~SegmentMargins | ( | ) |
| PathSegmentCommandDataType* conscience_core::bridging::commands::SegmentMargins::left |
| PathSegmentCommandDataType* conscience_core::bridging::commands::SegmentMargins::right |