All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
SkyX::VClouds::Lightning::Segment Struct Reference

Segment struct. More...

#include <Lightning.h>

Public Member Functions

 Segment ()
 Default constructor. More...
 
 Segment (const Ogre::Vector3 &a_, const Ogre::Vector3 &b_)
 Constructor. More...
 

Public Attributes

Ogre::Vector3 a
 Segment start. More...
 
Ogre::Vector3 b
 Segment end. More...
 

Detailed Description

Segment struct.

Constructor & Destructor Documentation

SkyX::VClouds::Lightning::Segment::Segment ( )
inline

Default constructor.

SkyX::VClouds::Lightning::Segment::Segment ( const Ogre::Vector3 &  a_,
const Ogre::Vector3 &  b_ 
)
inline

Constructor.

Parameters
a_First segment point (Start)
b_Second segment point (End)

Member Data Documentation

Ogre::Vector3 SkyX::VClouds::Lightning::Segment::a

Segment start.

Ogre::Vector3 SkyX::VClouds::Lightning::Segment::b

Segment end.


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