Uses of Class
com.jackmeng.stl.jlib.jlib_Point
| Package | Description |
|---|---|
| com.jackmeng.stl.jlib |
Components that are used from my old libraries are prefixed "jlib"
|
-
Uses of jlib_Point in com.jackmeng.stl.jlib
Methods in com.jackmeng.stl.jlib with parameters of type jlib_Point Modifier and Type Method Description doublejlib_Point. slope(jlib_Point point)This method performs a simple slope calculation between two points of type doubleslope(new Point(4, 3));Constructors in com.jackmeng.stl.jlib with parameters of type jlib_Point Constructor Description jlib_Dimension(jlib_Point topRight, jlib_Point topLeft, jlib_Point bottomLeft, jlib_Point bottomRight)jlib_Point(jlib_Point point)Overloaded constructor if the user has chosen to specify an object of Standard Point.