- Source:
Type Definitions
lineHomogeneous
line in homogeneous coordinates, [ax, ay, b],
ax * x + ay * y = b
Type:
- Array.<number>
- Source:
vector2D
Type:
- object
Properties:
Name | Type | Description |
---|---|---|
x |
number | |
y |
number |
- Source: