| Package | Description |
|---|---|
| manifold.science.extensions.java.time.LocalDate | |
| manifold.science.extensions.java.time.LocalDateTime | |
| manifold.science.measures | |
| manifold.science.vector |
| Modifier and Type | Method and Description |
|---|---|
static java.time.LocalDate |
ManLocalDateExt.minus(java.time.LocalDate thiz,
Time time) |
static java.time.LocalDate |
ManLocalDateExt.plus(java.time.LocalDate thiz,
Time time) |
| Modifier and Type | Method and Description |
|---|---|
static java.time.LocalDateTime |
ManLocalDateTimeExt.minus(java.time.LocalDateTime thiz,
Time time) |
static java.time.LocalDateTime |
ManLocalDateTimeExt.plus(java.time.LocalDateTime thiz,
Time time) |
| Modifier and Type | Method and Description |
|---|---|
Time |
Velocity.div(Acceleration acc) |
Time |
Charge.div(Current i) |
Time |
Angle.div(Frequency freq) |
Time |
Energy.div(Power power) |
Time |
Inductance.div(Resistance resistance) |
Time |
Length.div(Velocity v) |
Time |
Time.make(Rational value,
TimeUnit unit) |
Time |
Time.make(Rational value,
TimeUnit unit,
TimeUnit displayUnit) |
Time |
TimeUnit.makeDimension(java.lang.Number amount) |
static Time |
Time.now() |
| Modifier and Type | Method and Description |
|---|---|
Acceleration |
Velocity.div(Time t) |
Force |
Momentum.div(Time t) |
Velocity |
Length.div(Time t) |
Resistance |
Inductance.div(Time time) |
Power |
Energy.div(Time t) |
Current |
Charge.div(Time time) |
Frequency |
Angle.div(Time time) |
TimeVector |
Angle.postfixBind(Time t) |
Length |
Velocity.times(Time t) |
Inductance |
Resistance.times(Time time) |
Energy |
Power.times(Time time) |
Angle |
Frequency.times(Time time) |
Momentum |
Force.times(Time t) |
Charge |
Current.times(Time time) |
Velocity |
Acceleration.times(Time time) |
| Modifier and Type | Method and Description |
|---|---|
TimeVector |
TimeVector.make(Time magnitude,
Angle angle) |
| Constructor and Description |
|---|
TimeVector(Time magnitude,
Angle angle) |
Copyright © 2024. All rights reserved.