sugr.example
Class SugrSimpleExample

java.lang.Object
  extended bysugr.example.SugrSimpleExample

public class SugrSimpleExample
extends java.lang.Object

A very simple example for using SUGR for construction and statistical test.

Author:
Thomas Laebe, Institute for Photogrammetry, Bonn, Germany

Constructor Summary
SugrSimpleExample()
           
 
Method Summary
static void main(java.lang.String[] args)
          Simple main: Call function for construction and test.
static void simpleConstruction()
          Construct a Line2D out of two points.
static void simpleTest()
          Do a simple Test: Two points equal ?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SugrSimpleExample

public SugrSimpleExample()
Method Detail

main

public static void main(java.lang.String[] args)
Simple main: Call function for construction and test.


simpleConstruction

public static void simpleConstruction()
Construct a Line2D out of two points.


simpleTest

public static void simpleTest()
Do a simple Test: Two points equal ?