IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Gr.GraphicPrimitiveSimple Class Reference

GraphicPrimitive that has a protected Coordinates[] array. More...

+ Inheritance diagram for IG.Gr.GraphicPrimitiveSimple:
+ Collaboration diagram for IG.Gr.GraphicPrimitiveSimple:

Properties

abstract vec3[] Coordinates [get]
 
override int NumCoordinates [get]
 
override vec3 this[int i] [get, set]
 Get or set the co-ordinate No. i of the graphic primitive. More...
 
- Properties inherited from IG.Gr.GraphicPrimitive
virtual GraphicObject Parent [get, set]
 Returns the graphic object that directly contains this primitive. More...
 
abstract int NumCoordinates [get]
 Get or set the co-ordinate No. i of this graphic primitive. More...
 
abstract vec3 this[int i] [get, set]
 Returns the co-ordinate No. i of the graphic primitive. More...
 
virtual vec3 Center [get]
 Reyurns the center of mass of all co-ordinates of this primitive. More...
 
virtual GrPrimitiveSettings Settings [get, protected set]
 Gets the primitive's internal graphic properties (such as color, etc.) More...
 
virtual GrPrimitiveSettings EffectiveSettings [get]
 

Detailed Description

GraphicPrimitive that has a protected Coordinates[] array.

Property Documentation

abstract vec3 [] IG.Gr.GraphicPrimitiveSimple.Coordinates
getprotected
override int IG.Gr.GraphicPrimitiveSimple.NumCoordinates
get
override vec3 IG.Gr.GraphicPrimitiveSimple.this[int i]
getset

Get or set the co-ordinate No. i of the graphic primitive.


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