3rd Eye Scene C#
3rd Eye Scene C# documentation
Tes::Shapes::Star Class Reference

Defines a star shape to render. More...

Inheritance diagram for Tes::Shapes::Star:
Tes::Shapes::Shape

List of all members.

Public Member Functions

 Star (uint id, Vector3 position, float radius=1.0f)
 Create a star shape.
 Star (uint id=0u, ushort category=0)
 Create a star shape.
 Star (uint id, ushort category, Vector3 position, float radius=1.0f)
 Create a star shape.
override object Clone ()
 Clone this shape.

Properties

float Radius [get, set]
 Access the star radius.

Detailed Description

Defines a star shape to render.

Looks like three crossed lines, one for each axis.


Constructor & Destructor Documentation

Tes::Shapes::Star::Star ( uint  id,
Vector3  position,
float  radius = 1.0f 
) [inline]

Create a star shape.

Parameters:
idThe shape ID. Zero for transient shapes.
positionThe star centre.
radiusThe star radius.
Tes::Shapes::Star::Star ( uint  id = 0u,
ushort  category = 0 
) [inline]

Create a star shape.

Parameters:
idThe shape ID. Zero for transient shapes.
categoryCategory to which the shape belongs.
Tes::Shapes::Star::Star ( uint  id,
ushort  category,
Vector3  position,
float  radius = 1.0f 
) [inline]

Create a star shape.

Parameters:
idThe shape ID. Zero for transient shapes.
categoryCategory to which the shape belongs.
positionThe star centre.
radiusThe star radius.

Member Function Documentation

override object Tes::Shapes::Star::Clone ( ) [inline, virtual]

Clone this shape.

Returns:
A deep copy of this object.

Reimplemented from Tes::Shapes::Shape.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events