Uses of Class
net.grelf.grip.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: 10.10.22 
 

Uses of VectorFloat in net.grelf
 

Methods in net.grelf with parameters of type VectorFloat
 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
           
 

Methods in net.grelf.grip with parameters of type VectorFloat
 int VectorFloat.compareTo(VectorFloat other)
          For sorting only on angle, theta.
 

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