Uses of Class
math.Point
Packages that use Point
-
Uses of Point in math
Modifier and TypeMethodDescriptiondouble
Point.calcDistanceTo
(Point pt) double
Finds the distance between 2 Point objects lying on this Line object They must lie on this Line object, else the method will return 0;double
Line.distanceSquared
(Point p1, Point p2) Finds the square of the distance between 2 Point objects lying on this Line object They must lie on this Line object, else the method will return 0;double
Point.findXYGrad
(Point pt) double
Point.findXZGrad
(Point pt) double
Point.findYZGrad
(Point pt) static SimplePoint
Point.getUtilPoint
(Point point) Converts objects of this class to the normal Point object.boolean
Point.isCollinearWith
(Point p1, Point p2) boolean
Point.liesBetween
(Point p1, Point p2) static Point
boolean
Line.passesThroughPoint
(Point p1) ModifierConstructorDescriptionCreates a new Line object give the gradient and a point on the line.Creates a line between points joining: the points p1 and p2Creates a new Point object similar to this one but not referring to the same object