Re-expresses this quantity point relative to another point origin that shares the same absolute point origin.
Declared in <mp-units/framework/quantity_point.h>
template</* implementation-defined */ NewPO>
[[nodiscard]]
constexpr
QuantityPointOf<(NewPO{})> auto
point_for(NewPO new_origin) const;
This quantity point measured from new_origin.
The return value should not be discarded.
| Name | Description |
|---|---|
| new_origin | the point origin to express this quantity point from |