Uses of Class
net.grelf.VectorFloat

Packages that use VectorFloat
net.grelf This package contains general-purpose Java classes: non-astronomical and not specific to GRIP. 
net.grelf.grip This package contains the Java classes which are specific to the image processing application GRIP.

GRIP is available as a free download from www.grelf.net - please always quote this URL in connection with GRIP.
Version: 12.4.3 
 

Uses of VectorFloat in net.grelf
 

Methods in net.grelf that return VectorFloat
 VectorFloat VectorFloat.clone()
          Returns a new VectorFloat object with the same data.
 

Methods in net.grelf with parameters of type VectorFloat
 int VectorFloat.compareTo(VectorFloat other)
          For sorting only on angle, theta.
 PointFloat PointFloat.offset(VectorFloat vector)
          Offset the current point by a vector.
 

Uses of VectorFloat in net.grelf.grip
 

Fields in net.grelf.grip declared as VectorFloat
protected  VectorFloat Connection.vector
           
 

Constructors in net.grelf.grip with parameters of type VectorFloat
Connection(VectorFloat aVector, int from, int to)