CircularArc

class CircularArc(val center: Vector2d, val radius: Double, startAngle: Angle, endAngle: Angle) : ParametricCurve

Constructors

Link copied to clipboard
constructor(center: Vector2d, radius: Double, startAngle: Angle, endAngle: Angle)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun length(): Double

Returns the length of the curve.

Link copied to clipboard
open override fun project(query: Vector2d): Double

Returns the nearest point on the curve in terms of the internal parameter t.

Link copied to clipboard
open override fun reparameterize()

If this curve can not trivially be reparameterized to an arc length parameter, it should be done here.