Uses of Package
org.djutils.draw.point
-
Packages that use org.djutils.draw.point Package Description org.djutils.draw The draw package contains the generic classes for device-independent drawing.org.djutils.draw.bounds Methods for Bounds of an object to quickly determine whether an object needs to be drawn or not.org.djutils.draw.line The d1 package provides an interface and different implementations for Lines.org.djutils.draw.point The d0 package provides a set of interfaces and implementations of Points.org.djutils.draw.surface The d1 package provides an interface and different implementations for Areas. -
Classes in org.djutils.draw.point used by org.djutils.draw Class Description Point Point is the interface for the Point2d and Point3d implementations, standardizing as many of the methods as possible.Point2d A Point2d is an immutable Point with an x and y coordinate, stored with double precision.Point3d A Point3d is an immutable point with an x, y, and z coordinate, stored with double precision. -
Classes in org.djutils.draw.point used by org.djutils.draw.bounds Class Description Point2d A Point2d is an immutable Point with an x and y coordinate, stored with double precision.Point3d A Point3d is an immutable point with an x, y, and z coordinate, stored with double precision. -
Classes in org.djutils.draw.point used by org.djutils.draw.line Class Description OrientedPoint3d A OrientedPoint3d is an immutable directed point with an x, y, and z coordinate, stored with double precision.Point Point is the interface for the Point2d and Point3d implementations, standardizing as many of the methods as possible.Point2d A Point2d is an immutable Point with an x and y coordinate, stored with double precision.Point3d A Point3d is an immutable point with an x, y, and z coordinate, stored with double precision. -
Classes in org.djutils.draw.point used by org.djutils.draw.point Class Description OrientedPoint2d The OrientedPoint2d is a point in a 2-dimensional space with an orientation vector, which is specified in terms of its counter-clockwise rotation around the point in radians.OrientedPoint3d A OrientedPoint3d is an immutable directed point with an x, y, and z coordinate, stored with double precision.Point Point is the interface for the Point2d and Point3d implementations, standardizing as many of the methods as possible.Point2d A Point2d is an immutable Point with an x and y coordinate, stored with double precision.Point3d A Point3d is an immutable point with an x, y, and z coordinate, stored with double precision. -
Classes in org.djutils.draw.point used by org.djutils.draw.surface Class Description Point2d A Point2d is an immutable Point with an x and y coordinate, stored with double precision.