|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcore.field.Vec2Vec3Field
A 3-D vector field on a 2-D domain. Vector fields are created by deriving subclasses that define a function mapping from Vec2 to Vec3.
Constructor Summary | |
Vec2Vec3Field()
|
Method Summary | |
Vec3 |
get(Vec2 p)
Returns: a new Vec3 with the value of the field at 'p'. |
abstract Vec3 |
get(Vec2 p,
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 Vec2Vec3Field()
Method Detail |
public abstract Vec3 get(Vec2 p, Vec3 f)
public Vec3 get(Vec2 p)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |