IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
GraphicPrimitive that has a protected Coordinates[] array. More...
Properties | |
abstract vec3[] | Coordinates [get] |
override int | NumCoordinates [get] |
Get or set the co-ordinate No. i of this graphic primitive. | |
override vec3 | this [int i] [get, set] |
Get or set the co-ordinate No. i of the graphic primitive. |
GraphicPrimitive that has a protected Coordinates[] array.
abstract vec3 [] IG::Gr::GraphicPrimitiveSimple::Coordinates [get, protected] |
override int IG::Gr::GraphicPrimitiveSimple::NumCoordinates [get] |
Get or set the co-ordinate No. i of this graphic primitive.
Reimplemented from IG::Gr::GraphicPrimitive.
override vec3 IG::Gr::GraphicPrimitiveSimple::this[int i] [get, set] |
Get or set the co-ordinate No. i of the graphic primitive.
Reimplemented from IG::Gr::GraphicPrimitive.