Class Vector3.Col<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<Vector3.Col<Q,U>>, Scalable<Vector3.Col<Q,U>>, Value<U,Vector3.Col<Q,U>>, Hadamard<Vector3.Col<?,?>,Vector3.Col<SIQuantity,SIUnit>>, Normed<Q,U>, VectorTransposable<Vector3.Row<Q,U>>
Enclosing class:
Vector3<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>,V extends Vector3<Q,U,V,SI,H>,SI extends Vector3<SIQuantity,SIUnit,SI,?,?>,H extends Vector3<?,?,?,?,?>>

public static class Vector3.Col<Q extends Quantity<Q,U>,U extends UnitInterface<U,Q>> extends Vector3<Q,U,Vector3.Col<Q,U>,Vector3.Col<SIQuantity,SIUnit>,Vector3.Col<?,?>> implements VectorTransposable<Vector3.Row<Q,U>>
Vector3.Col implements a column vector with three 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: