igeo.io
Class IRhino3dm.PlaneEquation

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

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


Field Summary
 double d
           
 double x
           
 double y
           
 double z
           
 
Constructor Summary
IRhino3dm.PlaneEquation()
           
IRhino3dm.PlaneEquation(double x, double y, double z, double d)
           
IRhino3dm.PlaneEquation(IVec planeNml, IVec planePt)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public double x

y

public double y

z

public double z

d

public double d
Constructor Detail

IRhino3dm.PlaneEquation

IRhino3dm.PlaneEquation()

IRhino3dm.PlaneEquation

IRhino3dm.PlaneEquation(double x,
                        double y,
                        double z,
                        double d)

IRhino3dm.PlaneEquation

IRhino3dm.PlaneEquation(IVec planeNml,
                        IVec planePt)
Method Detail

toString

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