API
Functions and classes available in the Lua API
Public Member Functions | Public Attributes | List of all members
Vector3i Class Reference

#include <0024.h>

Public Member Functions

bool Equals (const Vector3i &v) const
bool Equals (const Vector3i *v) const
float Length () const
void Set (int a_x, int a_y, int a_z)
int SqrLength () const
 Vector3i (const Vector3d &v)
 Vector3i ()
 Vector3i (int a_x, int a_y, int a_z)

Public Attributes

int x
int y
int z

Constructor & Destructor Documentation

Vector3i::Vector3i ( const Vector3d v)
Vector3i::Vector3i ( )
inline
Vector3i::Vector3i ( int  a_x,
int  a_y,
int  a_z 
)
inline

Member Function Documentation

bool Vector3i::Equals ( const Vector3i v) const
inline
bool Vector3i::Equals ( const Vector3i v) const
inline
float Vector3i::Length ( ) const
inline
void Vector3i::Set ( int  a_x,
int  a_y,
int  a_z 
)
inline
int Vector3i::SqrLength ( ) const
inline

Member Data Documentation

int Vector3i::x
int Vector3i::y
int Vector3i::z