AngleDegreesFloat


@MustBeDocumented
@Retention(value = AnnotationRetention.SOURCE)
@Target(allowedTargets = [AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.FIELD])
annotation AngleDegreesFloat


A signed angle in degrees. A positive value represents rotation from the positive x-axis to the positive y-axis. Angle class manages the conversion of angle values in degrees and radians with Angle.radiansToDegrees and Angle.degreesToRadians. Most of Strokes API requires angle values in radians.

Summary

Public constructors

Public constructors

AngleDegreesFloat

AngleDegreesFloat()