Class MemoryPrimitive

java.lang.Object
edu.tufts.hrilab.vision.stm.MemoryPrimitive
All Implemented Interfaces:
Serializable

public class MemoryPrimitive extends Object implements Serializable
See Also:
  • Field Details

    • shape

      public MemoryPrimitive.Shape shape
    • dims

      public double[] dims
    • pose

      public javax.vecmath.Matrix4d pose
      Pose relative to coordinate frame of containing MemoryObject
  • Constructor Details

    • MemoryPrimitive

      public MemoryPrimitive()
    • MemoryPrimitive

      public MemoryPrimitive(MemoryPrimitive.Shape shape, double[] dims, javax.vecmath.Matrix4d pose)