GP.Attributes.Orientations
Class GraphicToGraphic

java.lang.Object
  |
  +--GP.Attributes.Orientation
        |
        +--GP.Attributes.Orientations.GraphicToGraphic

public class GraphicToGraphic
extends Orientation


Fields inherited from class GP.Attributes.Orientation
DEGREES_TO_RADIANS, RADIANS_TO_DEGREES
 
Constructor Summary
GraphicToGraphic(Positionable one, Positionable two)
           
GraphicToGraphic(Position one, Position two)
           
 
Method Summary
 double GetAngle()
           
 
Methods inherited from class GP.Attributes.Orientation
Copy, equals, GetCosine, GetSine, GetTangent, toRadians, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphicToGraphic

public GraphicToGraphic(Position one,
                        Position two)

GraphicToGraphic

public GraphicToGraphic(Positionable one,
                        Positionable two)
Method Detail

GetAngle

public double GetAngle()
Overrides:
GetAngle in class Orientation
Following copied from class: GP.Attributes.Orientation
Returns:
angle in degrees around the z axis (pointing out of the screen)