Uses of Class
Jcg.geometry.GridPoint_2
Packages that use GridPoint_2
-
Uses of GridPoint_2 in Jcg.geometry
Fields in Jcg.geometry declared as GridPoint_2Methods in Jcg.geometry that return GridPoint_2Modifier and TypeMethodDescriptionstatic GridPoint_2GridPoint_2.linearCombination(GridPoint_2[] points, Number[] coefficients) Return a new point defined by the linear combination of the input points, with respect to the given input coefficientsGridSegment_2.source()GridPoint_2.sum(GridVector_2 v) GridSegment_2.target()GridSegment_2.vertex(int i) Methods in Jcg.geometry with parameters of type GridPoint_2Modifier and TypeMethodDescriptionstatic booleanGridPoint_2.ccw(GridPoint_2 A, GridPoint_2 B, GridPoint_2 C) static booleanGridPoint_2.crossing(GridPoint_2 A, GridPoint_2 B, GridPoint_2 C, GridPoint_2 D) static booleanGridPoint_2.crossingRect(GridPoint_2 A, GridPoint_2 B, GridPoint_2 C, GridPoint_2 D) doubleGridPoint_2.distanceFrom(GridPoint_2 p) booleanGridSegment_2.hasOn(GridPoint_2 p) A point is on s, iff it is equal to the source or target of s, or if it is in the interior of sstatic GridPoint_2GridPoint_2.linearCombination(GridPoint_2[] points, Number[] coefficients) Return a new point defined by the linear combination of the input points, with respect to the given input coefficientsConstructors in Jcg.geometry with parameters of type GridPoint_2ModifierConstructorDescriptionMake a copy of a point qInitialize a rational 2D point equal to an integer point p.