| Constructor and Description |
|---|
CircularArcLinearizer(P p0,
P p1,
P p2,
double threshold) |
| Modifier and Type | Method and Description |
|---|---|
Circle |
getCircle() |
double |
getRadius() |
PositionSequence<P> |
linearize()
Linearizes the arc segment defined by the three
Positions specified in this instance's constructor.Compared to linearizeCircle() this is not using normalized direction angels, as direction of arc
will be lost in this case (Does not matter if working with a circle). |
PositionSequence<P> |
linearizeCircle() |
public Circle getCircle()
public double getRadius()
public PositionSequence<P> linearizeCircle()
public PositionSequence<P> linearize()
Positions specified in this instance's constructor.linearizeCircle() this is not using normalized direction angels, as direction of arc
will be lost in this case (Does not matter if working with a circle).Copyright © 2023 geolatte.org. All rights reserved.