GP.Attributes.Orientations
Class Shape

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

public class Shape
extends Orientation


Fields inherited from class GP.Attributes.Orientation
DEGREES_TO_RADIANS, RADIANS_TO_DEGREES
 
Constructor Summary
Shape(Orientable shape)
           
 
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

Shape

public Shape(Orientable shape)
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)