diff options
Diffstat (limited to 'src/lib/eo')
-rw-r--r-- | src/lib/eo/eina_types.eot | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/eo/eina_types.eot b/src/lib/eo/eina_types.eot index f340ef3b0a..d483fe8eea 100644 --- a/src/lib/eo/eina_types.eot +++ b/src/lib/eo/eina_types.eot | |||
@@ -21,6 +21,12 @@ struct @extern Eina.Size2D { | |||
21 | 21 | ||
22 | struct @extern Eina.File; [[Eina file data structure]] | 22 | struct @extern Eina.File; [[Eina file data structure]] |
23 | 23 | ||
24 | struct @extern Eina.Vector2 { | ||
25 | [[A simple 2D vector type using floating point values.]] | ||
26 | x: double; [[X coordinate.]] | ||
27 | y: double; [[Y coordinate.]] | ||
28 | } | ||
29 | |||
24 | struct @extern Eina.Matrix3 { | 30 | struct @extern Eina.Matrix3 { |
25 | [[Eina 3x3 Matrix]] | 31 | [[Eina 3x3 Matrix]] |
26 | xx: double; [[XX matrix value]] | 32 | xx: double; [[XX matrix value]] |