Uses of Class
org.djunits.value.vfloat.vector.FloatAngleVector
Package | Description |
---|---|
org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of FloatAngleVector in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatAngleVector Modifier and Type Method Description FloatAngleVector
FloatAngleMatrix. instantiateVector(FloatVectorData fvd, AngleUnit displayUnit)
Instantiate a new vector of the class of this matrix.FloatAngleVector
FloatDirectionMatrix. instantiateVectorRel(FloatVectorData fvd, AngleUnit displayUnit)
Instantiate a new relative vector of the class of this absolute matrix.Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatAngleVector Modifier and Type Method Description Class<FloatAngleVector>
FloatAngleMatrix. getVectorClass()
Return the class of the corresponding vector. -
Uses of FloatAngleVector in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatAngleVector Modifier and Type Method Description FloatAngleVector
FloatSIVector. asAngle()
Return the current vector as a angle vector.FloatAngleVector
FloatSIVector. asAngle(AngleUnit displayUnit)
Return the current vector as a angle vector, and provide a display unit.FloatAngleVector
FloatAngleVector. instantiateVector(FloatVectorData fvd, AngleUnit displayUnit)
Instantiate a new vector of the class of this vector.FloatAngleVector
FloatDirectionVector. instantiateVectorRel(FloatVectorData fvd, AngleUnit displayUnit)
Instantiate a new relative vector of the class of this absolute vector.