Difference between revisions of "NR.c"

From Organic Design wiki
m
m
Line 1: Line 1:
 
{{code|<c>
 
{{code|<c>
// Moves "this" to node's focus if exists then rotates loop and executes/reduces the focus item{{c}}{{Category:Nodal Concepts}}
+
// Moves "this" to node's focus if exists then rotates loop and executes/reduces the focus item
 
void nodeReduce() {
 
void nodeReduce() {
 
if (this = nodeLoopRotate(parent = this)) {          // Move "this" to the focus in the node's loop and rotate
 
if (this = nodeLoopRotate(parent = this)) {          // Move "this" to the focus in the node's loop and rotate

Revision as of 01:35, 9 January 2011

{{{1}}}