field.kit.physics

map

package map

Visibility

  1. Public
  2. All

Type Members

  1. class AttributeMap[T] extends AABB

    Base class for all attribute maps

  2. class BinaryMap extends AttributeMap[Boolean]

    Represents a 2D field of boolean values mapped into the physics space

  3. class ScalarMap extends AttributeMap[Float]

    Represents a 2D field of scalar values mapped into the physics space

  4. class VectorMap extends AttributeMap[Vec3]

    Represents a 2D field of vectors mapped into the physics space