Class Point3f


  • public class Point3f
    extends Object
    Represents a very basic, immutable three-dimensional point. (Since we have limited use for it in this project, it's easier to roll our own than to use the one defined in the javax.vecmath package.)
    Author:
    Chris Campbell