AngleRadiansFloat


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


A signed angle in radians. 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

AngleRadiansFloat

public AngleRadiansFloat()