Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
LVector4 Struct Reference

#include <l3ds.h>

List of all members.

Public Member Functions

int operator== (const LVector4 &v) const

Public Attributes

float x
float y
float z
float w

Detailed Description

Definition at line 26 of file l3ds.h.


Member Function Documentation

int LVector4::operator== ( const LVector4 v) const
inline

Definition at line 33 of file l3ds.h.


Member Data Documentation

float LVector4::w

Definition at line 31 of file l3ds.h.

float LVector4::x

Definition at line 28 of file l3ds.h.

float LVector4::y

Definition at line 29 of file l3ds.h.

float LVector4::z

Definition at line 30 of file l3ds.h.


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