A B C D E F G H I J K L M N O P Q R S T U V W X Y

M

M_2PI - Static variable in class math.geom2d.Angle2D
The constant for 2*PI, equivalent to 360 degrees.
M_3PI_2 - Static variable in class math.geom2d.Angle2D
The constant for 3*PI/2, equivalent to 270 degrees.
M_PI - Static variable in class math.geom2d.Angle2D
The constant for PI, equivalent to 180 degrees.
M_PI_2 - Static variable in class math.geom2d.Angle2D
The constant for PI/2, equivalent to 90 degrees.
M_PI_4 - Static variable in class math.geom2d.Angle2D
The constant for 3*PI/4, equivalent to 45 degrees.
main(String[]) - Static method in class math.geom2d.point.KDTree2D
Gives a small example of use.
math.geom2s - package math.geom2s
Spherical geometry toolbox.
math.geom3d.curve - package math.geom3d.curve
Spatial geometry toolbox.
math.utils - package math.utils
Utilitary classes, mainly a Matrix class.
Matrix - Class in math.utils
class Matrix
Matrix() - Constructor for class math.utils.Matrix
Constructs a new Matrix, with 1 row and 1 column, initialized to 1.
Matrix(int, int) - Constructor for class math.utils.Matrix
Initializes a new Matrix with the given number of rows and columns.
Matrix(double[][]) - Constructor for class math.utils.Matrix
Constructs a new Matrix, initialized with the given coefficients.
merge(Box2D) - Method in class math.geom2d.Box2D
Changes the bounds of this box to also include bounds of the argument.
midPoint(Point2D, Point2D) - Static method in class math.geom2d.Point2D
 
minus(Point2D) - Method in class math.geom2d.Point2D
Removes the coordinates of the given point from the coordinates of this point.
minus(Vector2D) - Method in class math.geom2d.Point2D
Removes the coordinates of the given vector from the coordinates of this point.
minus(Vector2D) - Method in class math.geom2d.Vector2D
Returns the subtraction of current vector with vector given as parameter.
minus(Vector3D) - Method in class math.geom3d.Vector3D
Return the subtraction of current vector with vector given as parameter.
MiterJoinFactory - Class in math.geom2d.circulinear.buffer
 
MiterJoinFactory() - Constructor for class math.geom2d.circulinear.buffer.MiterJoinFactory
 
moveTo(double, double) - Method in class math.geom2d.curve.GeneralPath2D
Adds a point to the path by moving to the specified coordinates.
moveTo(Point2D) - Method in class math.geom2d.curve.GeneralPath2D
Adds a point to the path by moving to the specified coordinates.
multiplyWith(Matrix) - Method in class math.utils.Matrix
Returns the result of the multiplication of the matrix with another one.
multiplyWith(double[]) - Method in class math.utils.Matrix
Returns the result of the multiplication of the matrix with the given vector.
multiplyWith(double[], double[]) - Method in class math.utils.Matrix
Returns the result of the multiplication of the matrix with the given vector.
MultiPolygon2D - Class in math.geom2d.polygon
A polygonal domain whose boundary is composed of several disjoint continuous LinearRing2D.
MultiPolygon2D() - Constructor for class math.geom2d.polygon.MultiPolygon2D
 
MultiPolygon2D(LinearRing2D) - Constructor for class math.geom2d.polygon.MultiPolygon2D
 
MultiPolygon2D(LinearRing2D...) - Constructor for class math.geom2d.polygon.MultiPolygon2D
 
MultiPolygon2D(SimplePolygon2D) - Constructor for class math.geom2d.polygon.MultiPolygon2D
 
MultiPolygon2D(Collection<LinearRing2D>) - Constructor for class math.geom2d.polygon.MultiPolygon2D
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y