com.partnersoft.v3x.graphics
Class DeflectionAngle

java.lang.Object
  extended by com.partnersoft.v3x.graphics.DeflectionAngle
All Implemented Interfaces:
AngleFormat

public class DeflectionAngle
extends java.lang.Object
implements AngleFormat

Angle expressed as a deflection of the son coordinate from the line drawn from the grandfather to the father.


Constructor Summary
DeflectionAngle()
           
 
Method Summary
 java.lang.String stringFormat(Coord3D pops, Coord3D billy)
           
 java.lang.String stringFormat(Coord3D grandpa, Coord3D pops, Coord3D billy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeflectionAngle

public DeflectionAngle()
Method Detail

stringFormat

public java.lang.String stringFormat(Coord3D grandpa,
                                     Coord3D pops,
                                     Coord3D billy)
Specified by:
stringFormat in interface AngleFormat

stringFormat

public java.lang.String stringFormat(Coord3D pops,
                                     Coord3D billy)
Specified by:
stringFormat in interface AngleFormat