boids: minor indentation fix

db4
Eduardo Cavazos 2008-11-17 00:49:42 -06:00
parent fb45cd9e55
commit 403381a6f3
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ VAR: separation-radius
: constrain ( n a b -- n ) rot min max ;
: angle-between ( vec vec -- angle )
2dup v. -rot norm swap norm * / -1 1 constrain acos rad>deg ;
2dup v. -rot norm swap norm * / -1 1 constrain acos rad>deg ;
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!