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

Represents a 3-dimensional vector 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 vector for certain ObjectAL properties.

Properties are the same as for ALPoint.


Member Data Documentation

float ALVector::x

The "X" coordinate.

float ALVector::y

The "Y" coordinate.

float ALVector::z

The "Z" coordinate.


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