All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fundamentals.EuAngle

java.lang.Object
   |
   +----fundamentals.EuReal
           |
           +----fundamentals.EuAngle

public class EuAngle
extends EuReal

Constructor Index

 o EuAngle(double)
There is no way to alter the value of a EuReal

Method Index

 o identical(EuAngle)
Compares the value to another one, supplied as another EuAngle
 o properSuccession(double, EuAngle)
 o succession(double, EuAngle)

Constructors

 o EuAngle
 public EuAngle(double t)
There is no way to alter the value of a EuReal

Parameters:
t - the value

Methods

 o identical
 public boolean identical(EuAngle other)
Compares the value to another one, supplied as another EuAngle

Parameters:
other - the other value
Returns:
true if they are close up to @see epsilon
 o succession
 public boolean succession(double u,
                           EuAngle v)
Returns:
true if we meet u while going from this to v on the circle counterclockwise. param u another real value param v another real value
 o properSuccession
 public boolean properSuccession(double u,
                                 EuAngle v)
Returns:
true if we meet u while going from this to v on the circle counterclockwise, and u is different from both param u another real value param v another real value

All Packages  Class Hierarchy  This Package  Previous  Next  Index