java.lang.Object
omix.util.math.vector.AbstractVec<T>
omix.util.math.vector.AbstractFloatVec<T>
- Type Parameters:
T
- data type of the vector itself
public abstract class AbstractFloatVec<T extends AbstractFloatVec<T>> extends AbstractVec<T>
Describes a vector in N dimensional space with float precision.
- Author:
- Dr. Peter Droste, Omix Visualization
-
Constructor Summary
Constructors Constructor Description AbstractFloatVec()
Default constructor -
Method Summary
-
Constructor Details
-
AbstractFloatVec
public AbstractFloatVec()Default constructor
-
-
Method Details