AngleRadiansFloat


@MustBeDocumented
@Retention(value = AnnotationRetention.SOURCE)
@Target(allowedTargets = [AnnotationTarget.VALUE_PARAMETERAnnotationTarget.FUNCTIONAnnotationTarget.PROPERTY_GETTERAnnotationTarget.PROPERTY_SETTERAnnotationTarget.LOCAL_VARIABLEAnnotationTarget.FIELD])
public annotation AngleRadiansFloat


A signed angle in radians. A positive value represents rotation in the direction from the positive x-axis towards the positive y-axis.

Ink generally provides and accepts angle values in degrees. This annotation can be used to distinguish float angle values that are in radians instead. The Angle class provides the conversion methods Angle.radiansToDegrees and Angle.degreesToRadians, which can be used to convert to and from the radian values used by trigonometric functions.

Summary

Public constructors

Public constructors

AngleRadiansFloat

public AngleRadiansFloat()