Package edu.tufts.hrilab.mtracs.gson
Class MPoseGson
java.lang.Object
edu.tufts.hrilab.mtracs.gson.MPoseGson
MPoseGson is a helper class to marshal JSON representations of a pose into
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionA blank constructor allows for the creation of a java class to contain our JSON -
Method Summary
-
Field Details
-
x
public float x -
y
public float y -
z
public float z -
a
public float a -
b
public float b -
c
public float c
-
-
Constructor Details
-
MPoseGson
public MPoseGson()A blank constructor allows for the creation of a java class to contain our JSON
-