igeo.io
Class IRhino3dm.Line

java.lang.Object
  extended by igeo.io.IRhino3dm.Line
Enclosing class:
IRhino3dm

public static class IRhino3dm.Line
extends java.lang.Object


Field Summary
 IVec from
           
 IVec to
           
 
Constructor Summary
IRhino3dm.Line()
           
 
Method Summary
 double length()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

from

public IVec from

to

public IVec to
Constructor Detail

IRhino3dm.Line

public IRhino3dm.Line()
Method Detail

length

public double length()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object