Uses of Interface
org.openmali.vecmath2.PointInterface

Packages that use PointInterface
org.openmali.vecmath2   
 

Uses of PointInterface in org.openmali.vecmath2
 

Classes in org.openmali.vecmath2 that implement PointInterface
 class Point2f
          A 2 element point that is represented by single precision floating point x,y coordinates.
 class Point3f
          A simple 3-dimensional float-Point implementation.