Modifier and Type | Field and Description |
---|---|
static PlaneAngle |
PlaneAngle.PI
Half-turn (aka π radians).
|
static PlaneAngle |
PlaneAngle.ZERO
Zero.
|
Modifier and Type | Method and Description |
---|---|
PlaneAngle |
PlaneAngle.normalize(PlaneAngle center)
Normalize an angle in an interval of size 1 turn around a
center value.
|
static PlaneAngle |
PlaneAngle.ofDegrees(double angle) |
static PlaneAngle |
PlaneAngle.ofRadians(double angle) |
static PlaneAngle |
PlaneAngle.ofTurns(double angle) |
Modifier and Type | Method and Description |
---|---|
PlaneAngle |
PlaneAngle.normalize(PlaneAngle center)
Normalize an angle in an interval of size 1 turn around a
center value.
|
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.