eof.java4autocad
Class Point2D

java.lang.Object
  extended byeof.java4autocad.Point2D

public class Point2D
extends java.lang.Object

Author:
Jonathon

Constructor Summary
Point2D()
           
Point2D(double x, double y)
           
Point2D(javax.vecmath.Point2d p)
           
 
Method Summary
static com.jacob.com.Variant toArray(Point2D[] points)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point2D

public Point2D()

Point2D

public Point2D(double x,
               double y)

Point2D

public Point2D(javax.vecmath.Point2d p)
Method Detail

toArray

public static com.jacob.com.Variant toArray(Point2D[] points)