aboutsummaryrefslogtreecommitdiffstats
path: root/description.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'description.asciidoc')
-rw-r--r--description.asciidoc38
1 files changed, 37 insertions, 1 deletions
diff --git a/description.asciidoc b/description.asciidoc
index 09b6ef9..f768289 100644
--- a/description.asciidoc
+++ b/description.asciidoc
@@ -1 +1,37 @@
-== hi!
+= meow
+
+
+== Description
+一個不需要, 也不建議先compile成obj files的templates.
+
+TIP: *README.html* is more beautiful.
+
+== File Tree
+=== *meowpp/* C++ templates
+
+[width="90%"]
+* *utility.h* some useful functions,
+ `stringPringf()` , `stringReplace` , `cstringEndWith` ,
+ `debugPrintf()` , `messagePrintf()` , `constant PI` ,
+ `noEPS()` , `normalize()` , `denormalize` ,
+ `ratioMapping` , `inRange()` , `squ()` , `average()`
+* *Usage.h* `class Usage`
+* *colors/* Color splces and transformer
+** *RGB.h* `class RGBi` , `class RGBf`
+** *YUV.h* `class YUVi` , `class YUVf` , `RGB_to_YUV()` , `YUV_to_RGB`
+** *HSL.h* `class HSLf` , `RGB_to_HSL()` , `HSL_to_RGB` ,
+ `YUV_to_HSL()` , `HSL_to_YUV`
+** *HSV.h* `class HSVf` , `RGB_to_HSV()` , `HSV_to_RGB` ,
+ `YUV_to_HSV()` , `HSV_to_YUV` ,
+ `HSL_to_HSV()` , `HSV_to_HSL`
+* *dsa/* Data Structures and Algorithms
+** *DisjointSet.h* `class DisjointSet`
+** *Heaps.h* `class MergeableHeap`
+** *KD_Tree.h* `class KD_Tree`
+** *SplayTree.h* `class SplayTree`
+* *oo/*
+** *Register_Implement.h* `class RegisterInterface` ,
+ `class ImplementInterface`
+
+== Structures/Classes/Functions
+