Module dpq2.conv.geometric

Functions

NameDescription
binaryValueAs(v) Convert to Point

Structs

NameDescription
Circle
Line Infinite line - {A,B,C} (Ax + By + C = 0)
Path

Manifest constants

NameTypeDescription
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