AnyLogic
Expand
Font size
All Implemented Interfaces:
IPathData, Serializable, Iterable<MarkupSegment>

@AnyLogicInternalAPI
public class CircularCurveImpl
extends CircularCurve
See Also:
Serialized Form

Constructor Summary

ConstructorDescription
CircularCurveImpl() 
CircularCurveImpl(List<MarkupSegment> roadCenterSegments) 

Method Summary

Methods inherited from class com.anylogic.engine.markup.CircularCurve

arcTo, getBounds, getNearestPoint, getNearestPoint, getPath2D, getPointAtOffset, lineTo, lineTo, startDrawing, startDrawing, toPath3D

Methods inherited from class com.anylogic.engine.markup.AbstractNetworkCurve

containsSq, getNearestPoint, getNearestPointOnRay, isClosed

Methods inherited from class com.anylogic.engine.markup.AbstractCurve

addSegment, getEndPoint, getPositionAtOffset, getSegment, getSegmentCount, getStartPoint, isInitialized, iterator, length, segmentsStream, toString

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Methods inherited from interface java.lang.Iterable

forEach, spliterator

Constructor Details

CircularCurveImpl

public CircularCurveImpl(List<MarkupSegment> roadCenterSegments)

CircularCurveImpl

public CircularCurveImpl()