aboutsummaryrefslogtreecommitdiffstats
path: root/header.asciidoc
diff options
context:
space:
mode:
authorcathook <b01902109@csie.ntu.edu.tw>2014-05-02 01:29:33 +0800
committercathook <b01902109@csie.ntu.edu.tw>2014-05-02 01:29:33 +0800
commitd2d7a49563a8f04bd07264a4a989d5656313d375 (patch)
tree45812ca8bcc20b59e9f4f4e54bf052eb39a6c0be /header.asciidoc
parent395a4bceaac30588963dacb8e006e9ebbe2ca6dd (diff)
downloadmeow-d2d7a49563a8f04bd07264a4a989d5656313d375.tar
meow-d2d7a49563a8f04bd07264a4a989d5656313d375.tar.gz
meow-d2d7a49563a8f04bd07264a4a989d5656313d375.tar.bz2
meow-d2d7a49563a8f04bd07264a4a989d5656313d375.tar.lz
meow-d2d7a49563a8f04bd07264a4a989d5656313d375.tar.xz
meow-d2d7a49563a8f04bd07264a4a989d5656313d375.tar.zst
meow-d2d7a49563a8f04bd07264a4a989d5656313d375.zip
update test
Diffstat (limited to 'header.asciidoc')
-rw-r--r--header.asciidoc56
1 files changed, 56 insertions, 0 deletions
diff --git a/header.asciidoc b/header.asciidoc
new file mode 100644
index 0000000..6f4c2e1
--- /dev/null
+++ b/header.asciidoc
@@ -0,0 +1,56 @@
+= meow
+
+
+== Description
+一個不需要, 也不應該先compile成obj files的templates.
+
+.Links
+* https://github.com/cathook/meow[GitHub]
+* http://www.csie.ntu.edu.tw/~b01902109/readme/template_meow/README.html[README.html]
+* https://github.com/cathook/meow/archive/master.zip[Download]
+
+== File Tree
+=== *meowpp/* C++ templates
+
+* *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
+** *BinaryIndexTree.h* `class BinaryIndexTree<Vector, Scalar>`
+** *DisjointSet.h* `class DisjointSet`
+** *Heaps.h* `class MergeableHeap<Element>`
+** *KD_Tree.h* `class KD_Tree<Vector, Scalar>`
+** *SegemenTree.h* `class SegmentTree<Value>`
+** *SplayTree.h* `class SplayTree<Key, Value>`
+** *SplayTree_Range.h* `class SplayTree_Range<Key, Value>`
+** *VP_Tree.h* `class VP_Tree<Vector, Scalar>`
+* *geo/*
+** *Vector2D.h* `Vector2D<Scalar>`
+** *Vector3D.h* `Vector3D<Scalar>`
+* *math/*
+** *LinearTransformation.h* `LinearTransformation<Scalar>`
+** *LinearTransformations.h* `Rotation3D<Scalar>`
+** *Matrix.h* `Matrix<Entry>`
+** *Transformation.h* `Transformation<Scalar>`
+** *Transformations.h* `BallProjection<Scalar>`, `PhotoProjection<Scalar>`
+* *oo/*
+** *Register_Implement.h* `class RegisterInterface` ,
+ `class ImplementInterface`
+
+== Structures/Classes/Functions
+
+
+:b: |
+
+