Module dpq2.conv.geometric
Functions
Name | Description |
---|---|
binaryValueAs(v)
|
Convert to Point |
Structs
Name | Description |
---|---|
Circle
|
|
Line
|
Infinite line - {A,B,C} (Ax + By + C = 0) |
Path
|
Manifest constants
Name | Type | Description |
---|---|---|
isValidBoxType
|
Checks that type have "min" and "max" members of suitable returning type of point | |
isValidLineSegmentType
|
||
isValidPointType
|
Checks that type have "x" and "y" members of returning type "double" | |
isValidPolygon
|