|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcore.field.Vec3Field
A 3-dimensional vector field. Vector fields are created by deriving subclasses that define a function mapping from Vec3 to Vec3.
| Constructor Summary | |
Vec3Field()
|
|
| Method Summary | |
Vec3 |
get(Vec3 p)
Returns: a new Vec3 with the value of the field at 'p'. |
abstract Vec3 |
get(Vec3 p,
Vec2 xpos,
Vec3 f)
Sets 'f' to the value of the field at 'p'. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Vec3Field()
| Method Detail |
public abstract Vec3 get(Vec3 p,
Vec2 xpos,
Vec3 f)
public Vec3 get(Vec3 p)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||