Vector3d vector = new Vector3d();
Point3d[] El = new Point3d[]{Pnt,Pnt1};
vector .addElement(El);
Point3d[] El1 = new Point3d[]{Pnt,Pnt1};
I need to obtain true if El1 = El, can anyone suggest the way ?
vector.contains(El1) is false.
Thanks in advance
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".