|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--iicm.utils3d.Hitpoint
Field Summary | |
float[] |
hit_trfmat_
|
Vec3f |
hitpoint_
|
float |
hittime_
ray hittime. always computed on picking. |
Vec3f |
normal_
|
Vec3f |
normalobj_
|
static int |
PICK_NORMAL
|
Vec3f |
raydirobj_
|
Vec3f |
raystartobj_
|
float[] |
viewingmat_
|
Constructor Summary | |
Hitpoint(int flags)
hit point info for picking. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public float hittime_
Ray.at(float)
public Vec3f hitpoint_
public static final int PICK_NORMAL
public Vec3f normal_
public Vec3f raystartobj_
public Vec3f raydirobj_
public Vec3f normalobj_
public float[] hit_trfmat_
public float[] viewingmat_
Constructor Detail |
public Hitpoint(int flags)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |