Holds information about what happens to a single vertex in a brush during a slicing operation.
More...
|
| float | planeDist |
| | Signed distance from this vertex to the slicing plane. More...
|
| |
| size_t | resIdx |
| | Index of this vertex in the resulting brush (or NO_VERTEX if cut away) More...
|
| |
Holds information about what happens to a single vertex in a brush during a slicing operation.
Definition at line 76 of file Brush.cpp.
| float SliceOpVertexInfo::planeDist |
Signed distance from this vertex to the slicing plane.
Definition at line 78 of file Brush.cpp.
| size_t SliceOpVertexInfo::resIdx |
Index of this vertex in the resulting brush (or NO_VERTEX if cut away)
Definition at line 79 of file Brush.cpp.
The documentation for this struct was generated from the following file: