public static class WavefrontReader.Curve
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
degree |
int[] |
indices |
boolean |
isClosed |
boolean |
isRational |
double[] |
knots |
int |
lineNum |
int |
type |
double |
u0 |
double |
u1 |
Constructor and Description |
---|
Curve() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
For testing ...
|
void |
set(int type,
boolean rat,
int deg,
boolean closed,
double[] knots,
int[] idxs,
double u0,
double u1,
int line)
For testing ...
|
java.lang.String |
toString()
For testing ...
|
public int degree
public int type
public boolean isRational
public boolean isClosed
public double[] knots
public int[] indices
public double u0
public double u1
public int lineNum
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public void set(int type, boolean rat, int deg, boolean closed, double[] knots, int[] idxs, double u0, double u1, int line)