Package org.jzy3d.maths
Class Angle2d
- java.lang.Object
-
- org.jzy3d.maths.Angle2d
-
public class Angle2d extends Object
An Angle2d stores three 2d points, considering the angle is on the second one. An instance may return angle(), cos() and sin()
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
angle()
Computes the angle at vertex p2 between vectors p1,p2 and p3,p2.float
cos()
Computes cosinus of the anglefloat
sin()
Computes the sinus of the angle, by creating a fourth point on an orthogonal direction.
-