Package org.djunits.vecmat.d3
package org.djunits.vecmat.d3
3-element vector and matrix classes with a unit.
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
-
ClassesClassDescriptionMatrix3x3 implements a matrix with 3x3 real-valued entries.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<?, ?, ?, ?, ?>> Vector3 implements a vector with three real-valued entries.Vector3.Col implements a column vector with three real-valued entries.Vector3.Row implements a row vector with three real-valued entries.