All Packages Class Hierarchy This Package Previous Next Index
Class fundamentals.EuAngle
java.lang.Object
|
+----fundamentals.EuReal
|
+----fundamentals.EuAngle
- public class EuAngle
- extends EuReal
-
EuAngle(double)
- There is no way to alter the value of a EuReal
-
identical(EuAngle)
- Compares the value to another one, supplied as
another EuAngle
-
properSuccession(double, EuAngle)
-
-
succession(double, EuAngle)
-
EuAngle
public EuAngle(double t)
- There is no way to alter the value of a EuReal
- Parameters:
- t - the value
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
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
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