Uses of Package
org.djutils.draw.point
Package
Description
The draw package contains the generic classes for device-independent drawing.
Methods for Bounds of an object to quickly determine whether an object needs to be drawn or not.
The d1 package provides an interface and different implementations for lines.
The d0 package provides a set of interfaces and implementations of Points.
The d1 package provides an interface and different implementations for Areas.
-
ClassDescriptionPoint is the interface for the Point2d and Point3d implementations, standardizing as many of the methods as possible.A Point2d is an immutable Point with an x and y coordinate, stored with double precision.A Point3d is an immutable point with an x, y, and z coordinate, stored with double precision.
-
ClassDescriptionPoint is the interface for the Point2d and Point3d implementations, standardizing as many of the methods as possible.A Point2d is an immutable Point with an x and y coordinate, stored with double precision.A Point3d is an immutable point with an x, y, and z coordinate, stored with double precision.
-
ClassDescriptionDirectedPoint2d.java.DirectedPoint3d.java.Point is the interface for the Point2d and Point3d implementations, standardizing as many of the methods as possible.A Point2d is an immutable Point with an x and y coordinate, stored with double precision.A Point3d is an immutable point with an x, y, and z coordinate, stored with double precision.
-
ClassDescriptionDirectedPoint2d.java.DirectedPoint3d.java.A OrientedPoint3d is an immutable point with an x, y, and z coordinate, stored with double precision plus a 3d orientation.Point is the interface for the Point2d and Point3d implementations, standardizing as many of the methods as possible.A Point2d is an immutable Point with an x and y coordinate, stored with double precision.A Point3d is an immutable point with an x, y, and z coordinate, stored with double precision.
-
ClassDescriptionA Point3d is an immutable point with an x, y, and z coordinate, stored with double precision.