Java org.apache.commons.math3.geometry.euclidean.twod Line fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.geometry.euclidean.twod Line fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.geometry.euclidean.twod Line.

The text is from its open source code.

Constructor

Line(final Vector2D p1, final Vector2D p2)
Build a line from two points.
Line(final Vector2D p, final double angle)
Build a line from a point and an angle.

Method

Vector2Dintersection(final Line other)
Get the intersection point of the instance and another line.