|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiicm.utils3d.Hitpoint
public class Hitpoint
Hitpoint - hit point information for picking Copyright (c) 1997 IICM
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. |
Method Summary |
---|
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)
flags
- which information should be calculated and updated out during picking.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |