Class Vector3.Col<Q extends Quantity<Q>>

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

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