Class Vector2.Row<Q extends Quantity<Q>>

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

public static class Vector2.Row<Q extends Quantity<Q>> extends Vector2<Q,Vector2.Row<Q>,Vector2.Row<SIQuantity>,Vector2.Row<?>,Vector2.Col<Q>> implements Vector.Row<Vector2.Row<Q>,Q>
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: