Package one.empty3.library
Class Perspective
- java.lang.Object
-
- one.empty3.library.Perspective
-
public class Perspective extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
P_CUBIQUE_FONCTION
static int
P_CUBIQUE_ISOMETRIQUE
static int
P_CUBIQUE_LINEAIRE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected double
f(double z)
static Perspective
getInstance(int type)
-
-
-
Field Detail
-
P_CUBIQUE_ISOMETRIQUE
public static final int P_CUBIQUE_ISOMETRIQUE
- See Also:
- Constant Field Values
-
P_CUBIQUE_LINEAIRE
public static final int P_CUBIQUE_LINEAIRE
- See Also:
- Constant Field Values
-
P_CUBIQUE_FONCTION
public static final int P_CUBIQUE_FONCTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static final Perspective getInstance(int type)
-
f
protected double f(double z)
-
-