dpq2.conv.geometric

Members

Functions

binaryValueAs
Vec2Ddouble binaryValueAs(in Value v)

Convert to Point

isValidBoxType
bool isValidBoxType()

Checks that type have "min" and "max" members of suitable returning type of point

isValidLineSegmentType
bool isValidLineSegmentType()
isValidPointType
bool isValidPointType()

Checks that type have "x" and "y" members of returning type "double"

isValidPolygon
bool isValidPolygon()

Structs

Circle
struct Circle(Point)
Line
struct Line

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

Path
struct Path(Point)

Meta