Package com.io7m.jtensors.core
Interface VectorComputationalType
- All Known Subinterfaces:
PVector2DType<T>,PVector2FType<T>,PVector2IType<T>,PVector2LType<T>,PVector3DType<T>,PVector3FType<T>,PVector3IType<T>,PVector3LType<T>,PVector4DType<T>,PVector4FType<T>,PVector4IType<T>,PVector4LType<T>,Vector2DType,Vector2FType,Vector2IType,Vector2LType,Vector3DType,Vector3FType,Vector3IType,Vector3LType,Vector4DType,Vector4FType,Vector4IType,Vector4LType
- All Known Implementing Classes:
PVector2D,PVector2F,PVector2I,PVector2L,PVector3D,PVector3F,PVector3I,PVector3L,PVector4D,PVector4F,PVector4I,PVector4L,Vector2D,Vector2F,Vector2I,Vector2L,Vector3D,Vector3F,Vector3I,Vector3L,Vector4D,Vector4F,Vector4I,Vector4L
public interface VectorComputationalType
The type of vectors intended for computation.