Index
All Classes and Interfaces|All Packages|Constant Field Values
I
- interleaverPoint(Point, Point, double, double) - Method in class mathvoyage.geometry.Geometry
-
Returns the interleaver point of two points that divides the connecting line in a ratio of m:n.
- interleaverPoint(Point, Point, double, double) - Static method in class mathvoyage.vmath.geometry
-
Returns the interleave point of two points.
- intersectionOfTwoLines(Line, Line) - Static method in class mathvoyage.vmath.geometry
-
Returns the intersection point of two lines.
- intersectionPoint(Line, Line) - Method in class mathvoyage.geometry.Geometry
-
Returns the intersection point of two lines.
- inverse() - Method in class mathvoyage.matrix.Matrix
-
Inverse matrix.
- inverse(Matrix) - Static method in class mathvoyage.vmath.matrix
-
Returns the inverse of a matrix.
- isAcuteTriangle(Point, Point, Point) - Method in class mathvoyage.geometry.Geometry
-
Returns if the triangle is a acute triangle or not.
- isEqual(Matrix) - Method in class mathvoyage.matrix.Matrix
-
Is equal boolean.
- isEqual(vector) - Method in class mathvoyage.matrix.vector
-
Is equal boolean.
- isEquilateralTriangle(Point, Point, Point) - Method in class mathvoyage.geometry.Geometry
-
Returns if the triangle is a equilateral triangle or not.
- isIsoscelesTriangle(Point, Point, Point) - Method in class mathvoyage.geometry.Geometry
-
Returns if the triangle is a isosceles triangle or not.
- isLine(Line, Line, lineType) - Static method in class mathvoyage.vmath.geometry
-
Returns if the given two lines are of the given type.
- isObtuseTriangle(Point, Point, Point) - Method in class mathvoyage.geometry.Geometry
-
Returns if the triangle is a obtuse triangle or not.
- ISOSCELES - Enum constant in enum class mathvoyage.triangleType
-
Isosceles triangle type.
- isParallel(Line, Line) - Method in class mathvoyage.geometry.Geometry
-
Returns if the two given lines are parallel or not
- isParallelogram(Point, Point, Point, Point) - Method in class mathvoyage.geometry.Geometry
-
Returns if the quadrilateral is a parallelogram or not.
- isPerpendicular(Line, Line) - Method in class mathvoyage.geometry.Geometry
-
Returns if the two given lines are perpendicular or not
- isPointInPolygon(Point[], Point) - Method in class mathvoyage.geometry.Geometry
-
Returns if the point is inside the polygon or not.
- isPointInPolygon(Point[], Point) - Static method in class mathvoyage.vmath.geometry
-
Returns if the point is inside the polygon or not.
- isQuadrilateral(Point, Point, Point, Point, quadrilateralType) - Static method in class mathvoyage.vmath.geometry
-
Returns if the given four points form a quadrilateral is of the given type.
- isRectangle(Point, Point, Point, Point) - Method in class mathvoyage.geometry.Geometry
-
Returns if the quadrilateral is a rectangle or not.
- isRhombus(Point, Point, Point, Point) - Method in class mathvoyage.geometry.Geometry
-
Returns if the quadrilateral is a rhombus or not.
- isRightTriangle(Point, Point, Point) - Method in class mathvoyage.geometry.Geometry
-
Returns if the triangle is a right triangle or not.
- isSameLine(Line, Line) - Method in class mathvoyage.geometry.Geometry
-
Returns if the two given lines are same or not
- isScaleneTriangle(Point, Point, Point) - Method in class mathvoyage.geometry.Geometry
-
Returns if the triangle is a scalene triangle or not.
- isSquare(Point, Point, Point, Point) - Method in class mathvoyage.geometry.Geometry
-
Returns if the quadrilateral is a square or not.
- isThreeLinesSame(Line, Line, Line) - Method in class mathvoyage.geometry.Geometry
-
Returns if the given three lines are same or not
- isTriangle(Point, Point, Point, triangleType) - Static method in class mathvoyage.vmath.geometry
-
Returns if the given three points form a triangle is of the given type.
All Classes and Interfaces|All Packages|Constant Field Values