All Packages Class Hierarchy This Package Previous Next Index
Class berkeley.cs.dmc.ji3d.View
java.lang.Object
|
+----berkeley.cs.dmc.ji3d.View
- public final class View
- extends Object
-
at
-
-
clips
-
-
cosY
-
-
from
-
-
frompt
-
-
half_height
-
-
half_width
-
-
height
-
-
lookat
-
-
n
-
-
NEEDS_CLIPPING
-
-
NOT_VISIBLE
-
-
projectionMatrix
-
-
sinY
-
-
tanAngle
-
-
u
-
-
up
-
-
v
-
-
viewAngle
-
-
VISIBLE
-
-
width
-
-
View()
-
-
View(Vec3, Vec3, Vec3, int, int)
-
-
backfacing(Vec4, Vec3)
-
-
set(Vec3, Vec3, Vec3, int, int)
-
-
visibility(Obj)
-
viewAngle
public static final float viewAngle
cosY
public static final float cosY
sinY
public static final float sinY
tanAngle
public static final double tanAngle
from
public Vec3 from
at
public Vec3 at
up
public Vec3 up
width
public int width
height
public int height
projectionMatrix
public Mat4 projectionMatrix
lookat
public Mat4 lookat
half_width
public int half_width
half_height
public int half_height
clips
public Vec3 clips[]
frompt
public Vec3 frompt
n
public Vec3 n
u
public Vec3 u
v
public Vec3 v
NOT_VISIBLE
public static final int NOT_VISIBLE
VISIBLE
public static final int VISIBLE
NEEDS_CLIPPING
public static final int NEEDS_CLIPPING
View
public View(Vec3 from,
Vec3 at,
Vec3 up,
int width,
int height)
View
public View()
set
public void set(Vec3 from,
Vec3 at,
Vec3 up,
int width,
int height)
visibility
public int visibility(Obj object)
backfacing
public boolean backfacing(Vec4 center,
Vec3 normal)
All Packages Class Hierarchy This Package Previous Next Index