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 LocalDate |
ManLocalDateExt.minus(LocalDate thiz,
Time time) |
static LocalDate |
ManLocalDateExt.plus(LocalDate thiz,
Time time) |
Modifier and Type | Method and Description |
---|---|
static LocalDateTime |
ManLocalDateTimeExt.minus(LocalDateTime thiz,
Time time) |
static LocalDateTime |
ManLocalDateTimeExt.plus(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(Number amount) |
static Time |
Time.now() |
Modifier and Type | Method and Description |
---|---|
Acceleration |
Velocity.div(Time t) |
Velocity |
Length.div(Time t) |
Current |
Charge.div(Time time) |
Force |
Momentum.div(Time t) |
Power |
Energy.div(Time t) |
Resistance |
Inductance.div(Time time) |
Frequency |
Angle.div(Time time) |
TimeVector |
Angle.postfixBind(Time t) |
Length |
Velocity.times(Time t) |
Angle |
Frequency.times(Time time) |
Energy |
Power.times(Time time) |
Charge |
Current.times(Time time) |
Momentum |
Force.times(Time t) |
Velocity |
Acceleration.times(Time time) |
Inductance |
Resistance.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.