OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::CgFxScriptLoader::Vector4f Struct Reference

#include <OgreCgFxScriptLoader.h>

Public Member Functions

 Vector4f ()
 
 Vector4f (float iX, float iY, float iZ, float iW)
 
 Vector4f (CGstateassignment cgStateAssignment)
 

Public Attributes

float w
 
float x
 
float y
 
float z
 

Detailed Description

Definition at line 538 of file OgreCgFxScriptLoader.h.

Constructor & Destructor Documentation

Ogre::CgFxScriptLoader::Vector4f::Vector4f ( )
Ogre::CgFxScriptLoader::Vector4f::Vector4f ( float  iX,
float  iY,
float  iZ,
float  iW 
)
Ogre::CgFxScriptLoader::Vector4f::Vector4f ( CGstateassignment  cgStateAssignment)

Member Data Documentation

float Ogre::CgFxScriptLoader::Vector4f::w

Definition at line 540 of file OgreCgFxScriptLoader.h.

float Ogre::CgFxScriptLoader::Vector4f::x

Definition at line 540 of file OgreCgFxScriptLoader.h.

float Ogre::CgFxScriptLoader::Vector4f::y

Definition at line 540 of file OgreCgFxScriptLoader.h.

float Ogre::CgFxScriptLoader::Vector4f::z

Definition at line 540 of file OgreCgFxScriptLoader.h.


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