public static class IRhino3dm.Plane
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
IVec |
origin |
IRhino3dm.PlaneEquation |
planeEquation |
IVec |
xaxis |
IVec |
yaxis |
IVec |
zaxis |
Constructor and Description |
---|
Plane() |
Modifier and Type | Method and Description |
---|---|
boolean |
isValid() |
java.lang.String |
toString() |
public IVec origin
public IVec xaxis
public IVec yaxis
public IVec zaxis
public IRhino3dm.PlaneEquation planeEquation