Arc2

Math

Description

class Arc2

Constructor

new Arc2(startPoint, midPoint, endPoint)

Creates an Arc object from the three passed points : start, middle and end.

Parameters

Name Type Description
startPoint Vector2
midPoint Vector2
endPoint Vector2

Members

startPoint : Vector2

midPoint : Vector2

endPoint : Vector2

centerPoint : Vector2

radius : number

angle : Angle

startAngle : Angle

orientation : Orientation