Class Vector2.Row<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>>

Type Parameters:
Q - the quantity type
U - the unit type
All Implemented Interfaces:
Serializable, Iterable<Q>, Additive<Vector2.Row<Q,U>>, Scalable<Vector2.Row<Q,U>>, Value<U,Vector2.Row<Q,U>>, Hadamard<Vector2.Row<?,?>,Vector2.Row<SIQuantity,SIUnit>>, Normed<Q,U>, VectorTransposable<Vector2.Col<Q,U>>
Enclosing class:
Vector2<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>,V extends Vector2<Q,U,V,SI,H>,SI extends Vector2<SIQuantity,SIUnit,SI,?,?>,H extends Vector2<?,?,?,?,?>>

public static class Vector2.Row<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>> extends Vector2<Q,U,Vector2.Row<Q,U>,Vector2.Row<SIQuantity,SIUnit>,Vector2.Row<?,?>> implements VectorTransposable<Vector2.Col<Q,U>>
Vector2.Row implements a row vector with two real-valued entries. The vector is immutable, except for the display unit, which can be changed.

Copyright (c) 2025-2026 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djunits.org. The DJUNITS project is distributed under a three-clause BSD-style license.

Author:
Alexander Verbraeck
See Also: