Package core.field

This package contains a number of classes used to create and manipulate the images generated for a given animation of an experiment as it evolves.

See:
          Description

Interface Summary
Vec2Iterator Interface for producing a sequence of points on a plane.
 

Class Summary
EMVec2Field A planar cross-section of an E&M field, or of the four different velocity fields associated with an E&M field.
RandomGridIterator Iterates over an integer, rectangular grid in a pseudo-random order.
ScanlineGridIterator Iterates over an integer, rectangular grid in scanline order.
Vec2Field A 2-dimensional vector field.
Vec2FieldCache Precomputed Vec2Field on a grid with bilinear interpolation.
Vec2UnitField Normalized 2-D vector field.
Vec2Vec3Field A 3-D vector field on a 2-D domain.
Vec3Field A 3-dimensional vector field.
VecTimeField An n-dimensional+time vector field.
 

Package core.field Description

This package contains a number of classes used to create and manipulate the images generated for a given animation of an experiment as it evolves. Vec2 and Vec3 refer to two and three dimensional fields, respectively.

Copyright (c) 2007 Andreas Sundquist. Creative Commons License
This work is licensed under a Creative Commons Attribution 2.5 License. You must attribute any use of this code or derviatives thereof to Andreas Sundquist.

Related Documentation