Package | Description |
---|---|
manifold.science.measures | |
manifold.science.util | |
manifold.science.vector |
Modifier and Type | Method and Description |
---|---|
Angle |
Angle.make(Rational value,
AngleUnit unit) |
Angle |
Angle.make(Rational value,
AngleUnit unit,
AngleUnit displayUnit) |
Angle |
AngleUnit.makeDimension(Number amount) |
Angle |
Time.times(Frequency frequency) |
Angle |
Frequency.times(Time time) |
Modifier and Type | Field and Description |
---|---|
static Angle |
AngleConstants.E |
static Angle |
AngleConstants.East |
static Angle |
AngleConstants.EbN |
static Angle |
AngleConstants.EbS |
static Angle |
AngleConstants.ENE |
static Angle |
AngleConstants.ESE |
static Angle |
AngleConstants.N |
static Angle |
AngleConstants.NbE |
static Angle |
AngleConstants.NbW |
static Angle |
AngleConstants.NE |
static Angle |
AngleConstants.NEbE |
static Angle |
AngleConstants.NEbN |
static Angle |
AngleConstants.NNE |
static Angle |
AngleConstants.NNW |
static Angle |
AngleConstants.North |
static Angle |
AngleConstants.NW |
static Angle |
AngleConstants.NWbN |
static Angle |
AngleConstants.NWbW |
static Angle |
AngleConstants.S |
static Angle |
AngleConstants.SbE |
static Angle |
AngleConstants.SbW |
static Angle |
AngleConstants.SE |
static Angle |
AngleConstants.SEbE |
static Angle |
AngleConstants.SEbS |
static Angle |
AngleConstants.South |
static Angle |
AngleConstants.SSE |
static Angle |
AngleConstants.SSW |
static Angle |
AngleConstants.SW |
static Angle |
AngleConstants.SWbS |
static Angle |
AngleConstants.SWbW |
static Angle |
AngleConstants.W |
static Angle |
AngleConstants.WbN |
static Angle |
AngleConstants.WbS |
static Angle |
AngleConstants.West |
static Angle |
AngleConstants.WNW |
static Angle |
AngleConstants.WSW |
Modifier and Type | Method and Description |
---|---|
Angle |
Vector.getAngle() |
Modifier and Type | Method and Description |
---|---|
LengthVector |
LengthVector.make(Length magnitude,
Angle angle) |
abstract V |
Vector.make(M magnitude,
Angle angle) |
TimeVector |
TimeVector.make(Time magnitude,
Angle angle) |
VelocityVector |
VelocityVector.make(Velocity magnitude,
Angle angle) |
Constructor and Description |
---|
LengthVector(Length magnitude,
Angle angle) |
TimeVector(Time magnitude,
Angle angle) |
Vector(M magnitude,
Angle angle) |
VelocityVector(Velocity magnitude,
Angle angle) |
Copyright © 2024. All rights reserved.