From e1b0c5a6f8a857540011ce9319b3d75b276aa856 Mon Sep 17 00:00:00 2001 From: bi0qaw Date: Tue, 21 Nov 2017 21:12:11 +0100 Subject: [PATCH] Updated Operations (markdown) --- Operations.md | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/Operations.md b/Operations.md index ae5bc03..5ad9c3e 100644 --- a/Operations.md +++ b/Operations.md @@ -1,4 +1,42 @@ ## List of Operations -![LinkAll](LinkAll) +* [Link All](LinkAll) +* [Midpoint](Midpoint) +* [Move](Move) +* [Offset](Offset) +* [Reflect](Reflect) +* [Rotate](Rotate) +* [Scale](Scale) -## Link All \ No newline at end of file +*** + +## Link All +### Vector Syntax +`vectors %vectors% linked with density %number%` +### Location Syntax +`%location% linked with density %number%` + +Links all locations or vectors with lines. This expression works really well in combination with [Polygon](https://github.com/bi0qaw/biosphere2/wiki/Polygon) shapes + +*** + +## Midpoint + +*** + +## Move + +*** + +## Offset + +*** + +## Reflect + +*** + +## Rotate + +*** + +## Scale \ No newline at end of file