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 FloatAngleVectorFloatAngleMatrix. instantiateVector(FloatVectorData fvd, AngleUnit displayUnit)Instantiate a new vector of the class of this matrix.FloatAngleVectorFloatDirectionMatrix. 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 FloatAngleVectorFloatSIVector. asAngle()Return the current vector as a angle vector.FloatAngleVectorFloatSIVector. asAngle(AngleUnit displayUnit)Return the current vector as a angle vector, and provide a display unit.FloatAngleVectorFloatAngleVector. instantiateVector(FloatVectorData fvd, AngleUnit displayUnit)Instantiate a new vector of the class of this vector.FloatAngleVectorFloatDirectionVector. instantiateVectorRel(FloatVectorData fvd, AngleUnit displayUnit)Instantiate a new relative vector of the class of this absolute vector.