Uses of Class
org.djunits.vecmat.d3.AbsVector3.Col
Packages that use AbsVector3.Col
Package
Description
3-element vector and matrix classes with a unit.
Definition classes for vectors and matrices.
-
Uses of AbsVector3.Col in org.djunits.vecmat.d3
Methods in org.djunits.vecmat.d3 that return AbsVector3.ColModifier and TypeMethodDescriptionAbsMatrix3x3.getColumnVector(int col) AbsMatrix3x3.getDiagonalVector()AbsVector3.Col.instantiate(Vector3.Col<Q> relativeVector, Reference<?, A, Q> reference) AbsMatrix3x3.mgetColumnVector(int mCol) static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector3.Col<A,Q> Create a AbsVector3.Col without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector3.Col<A,Q> Create a AbsVector3.Col without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector3.Col<A,Q> AbsVector3.Col.of(A[] absData) Create an AbsVector3.Col without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector3.Col<A,Q> AbsVector3.Col.of(A absX, A absY, A absZ) Create an AbsVector3.Col without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector3.Col<A,Q> AbsVector3.Col.of(Vector3.Col<Q> relativeVector, R reference) Create an AbsVector3.Col without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector3.Col<A,Q> AbsVector3.Col.of(Q[] data, R reference) Create a AbsVector3.Col without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector3.Col<A,Q> AbsVector3.Col.of(Q x, Q y, Q z, R reference) Create a AbsVector3.Col without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector3.Col<A,Q> Create a AbsVector3.Col without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector3.Col<A,Q> Create a AbsVector3.Col without needing generics.AbsVector3.Row.transpose() -
Uses of AbsVector3.Col in org.djunits.vecmat.def
Methods in org.djunits.vecmat.def that return AbsVector3.ColModifier and TypeMethodDescriptionAbsVectorMatrix.asAbsVector3Col()Return this absolute vector, matrix or table as a 3-element column vector.