Uses of Class
pl.poznan.put.circular.ImmutableAngle
-
Packages that use ImmutableAngle Package Description pl.poznan.put.circular Classes to deal with angular data and circular statistics. -
-
Uses of ImmutableAngle in pl.poznan.put.circular
Methods in pl.poznan.put.circular that return ImmutableAngle Modifier and Type Method Description ImmutableAngleImmutableAngle.Builder. build()Builds a newImmutableAngle.static ImmutableAngleImmutableAngle. copyOf(Angle instance)Creates an immutable copy of aAnglevalue.static ImmutableAngleImmutableAngle. of(double radians)Construct a new immutableAngleinstance.ImmutableAngleImmutableAngle. withRadians(double value)Copy the current immutable object by setting a value for theradiansattribute.
-