Package com.google.common.geometry
Class S1Angle.Builder
java.lang.Object
com.google.common.geometry.S1Angle.Builder
- Enclosing class:
S1Angle
A builder of
S1Angle
instances.-
Field Details
-
radians
private double radians
-
-
Constructor Details
-
Builder
public Builder()Constructs a new builder initialized toS1Angle.ZERO
.
-
-
Method Details
-
add
Adds angle. -
add
Adds radians. -
build
Returns a newS1Angle
copied from the current state of this builder.
-