All Downloads are FREE. Search and download functionalities are using the official Maven repository.

us.ihmc.CustomBoi Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package us.ihmc;

public class CustomBoi
{
   float x;
   float y;
   float z;

   public float getX()
   {
      return x;
   }

   public void setX(float x)
   {
      this.x = x;
   }

   public float getY()
   {
      return y;
   }

   public void setY(float y)
   {
      this.y = y;
   }

   public float getZ()
   {
      return z;
   }

   public void setZ(float z)
   {
      this.z = z;
   }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy