Package | Description |
---|---|
manifold.science.measures | |
manifold.science.vector |
Modifier and Type | Method and Description |
---|---|
Velocity |
Power.div(Force force) |
Velocity |
Momentum.div(Mass mass) |
Velocity |
Length.div(Time t) |
Velocity |
Velocity.make(Rational value,
VelocityUnit unit) |
Velocity |
Velocity.make(Rational value,
VelocityUnit unit,
VelocityUnit displayUnit) |
Velocity |
VelocityUnit.makeDimension(Number amount) |
Velocity |
Time.times(Acceleration acc) |
Velocity |
Acceleration.times(Time time) |
Modifier and Type | Method and Description |
---|---|
Mass |
Momentum.div(Velocity v) |
Time |
Length.div(Velocity v) |
Force |
Power.div(Velocity v) |
VelocityVector |
Angle.postfixBind(Velocity v) |
Energy |
Momentum.times(Velocity v) |
Power |
Force.times(Velocity v) |
Length |
Time.times(Velocity r) |
Momentum |
Mass.times(Velocity v) |
Modifier and Type | Method and Description |
---|---|
VelocityVector |
VelocityVector.make(Velocity magnitude,
Angle angle) |
Constructor and Description |
---|
VelocityVector(Velocity magnitude,
Angle angle) |
Copyright © 2024. All rights reserved.