Uses of Class
pl.poznan.put.circular.ImmutableAngle
Packages that use ImmutableAngle
Package
Description
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 ImmutableAngleModifier and TypeMethodDescriptionImmutableAngle.Builder.build()
Builds a newImmutableAngle
.static ImmutableAngle
Creates an immutable copy of aAngle
value.static ImmutableAngle
ImmutableAngle.of
(double radians) Construct a new immutableAngle
instance.final ImmutableAngle
ImmutableAngle.withRadians
(double value) Copy the current immutable object by setting a value for theradians
attribute.