ObjectAL  2.1
ObjectAL API Reference (iOS) for Kobold2D developers
ALPoint Struct Reference

Represents a 3-dimensional point for certain ObjectAL properties. More...

#include <ALTypes.h>

List of all members.

Public Attributes

float x
 The "X" coordinate.
float y
 The "Y" coordinate.
float z
 The "Z" coordinate.

Detailed Description

Represents a 3-dimensional point for certain ObjectAL properties.


Member Data Documentation

float ALPoint::x

The "X" coordinate.

float ALPoint::y

The "Y" coordinate.

float ALPoint::z

The "Z" coordinate.


The documentation for this struct was generated from the following file: