Exit Full View

Fizzy / docs / ref / AngleControlPoint.md

AngleControlPoint

A ControlPoint, which is constrained around the circumference of a circle.

Defined by the center of a circle (Start), the circle's Radius, and an Angle.

This is useful when you want the user to choose an angle.

Point is rarely of importance, and Radius is often arbitrary.

Fields

NameTypeComments
PointDimension2Start + Angle.unitVector() * Radius
StartDimension2Was called A (deprecated)
RadiusDimension
AngleAngleChanges when the control handle is dragged.
MinAngleThe minimum value for Angle. Often 0 deg
MaxAngleThe maximum value for Angle. Often 360 deg