SegInfo Type
type used internally by modern wire circle calculation code For a horizontal segment (x1,y) -> (x2,y): P = y, Qmin = min y1 y2, Qmax = max y1 y2 For a vertical segment (x,y1) -> (x,y2) x & y are reversed, so P = x etc. TODO - replace Index by Segment.
Record fields
Record Field | Description |
Full Usage:
Index
Field type: int
|
|
|
|
Full Usage:
P
Field type: float
|
|
Full Usage:
Qmax
Field type: float
|
|
Full Usage:
Qmin
Field type: float
|
|