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

#include <OgreCgFxScriptLoader.h>

Public Member Functions

 Vector3f ()
 
 Vector3f (float iX, float iY, float iZ)
 
 Vector3f (CGstateassignment cgStateAssignment)
 

Public Attributes

float x
 
float y
 
float z
 

Detailed Description

Definition at line 530 of file OgreCgFxScriptLoader.h.

Constructor & Destructor Documentation

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

Member Data Documentation

float Ogre::CgFxScriptLoader::Vector3f::x

Definition at line 532 of file OgreCgFxScriptLoader.h.

float Ogre::CgFxScriptLoader::Vector3f::y

Definition at line 532 of file OgreCgFxScriptLoader.h.

float Ogre::CgFxScriptLoader::Vector3f::z

Definition at line 532 of file OgreCgFxScriptLoader.h.


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