Class Covdet.VlFrameOrientedEllipse

  • Enclosing class:
    Covdet

    class Covdet.VlFrameOrientedEllipse
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) float a11
      < center y-coordinate
      (package private) float a12
      <
      (package private) float a21  
      (package private) float a22  
      (package private) float x  
      (package private) float y
      < center x-coordinate
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x

        float x
      • y

        float y
        < center x-coordinate
      • a11

        float a11
        < center y-coordinate
      • a12

        float a12
        <
      • a21

        float a21
      • a22

        float a22
    • Constructor Detail

      • VlFrameOrientedEllipse

        VlFrameOrientedEllipse()