Class MPSOrigin
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.metalperformanceshaders.struct.MPSOrigin
-
public final class MPSOrigin extends org.moe.natj.c.StructObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetX(double value)< The x coordinate of the positionvoidsetY(double value)< The y coordinate of the positionvoidsetZ(double value)< The z coordinate of the positiondoublex()< The x coordinate of the positiondoubley()< The y coordinate of the positiondoublez()< The z coordinate of the position
-
-
-
Method Detail
-
x
public double x()
< The x coordinate of the position
-
setX
public void setX(double value)
< The x coordinate of the position
-
y
public double y()
< The y coordinate of the position
-
setY
public void setY(double value)
< The y coordinate of the position
-
z
public double z()
< The z coordinate of the position
-
setZ
public void setZ(double value)
< The z coordinate of the position
-
-