com.azalient.api.draw
Interface OpenGLXyz

All Known Subinterfaces:
ILaneLocation, IPosition, IXyz
All Known Implementing Classes:
Xyz, XyzFinal

public interface OpenGLXyz

An (x,y,z) point in 3-D space for OpenGL


Method Summary
 double x()
           
 double y()
           
 double z()
           
 

Method Detail

x

double x()

y

double y()

z

double z()