forked from kirkcarlson/js-turtle
-
Notifications
You must be signed in to change notification settings - Fork 2
/
lut.txt
51 lines (51 loc) · 1.3 KB
/
lut.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
function Pos (x,y) { // స్థానము
function Turtle () { // తాబేలు
function initialize() { //
function drawIf() {
function draw() {
function centerCoords (context) {
function clear() {
function clearContext(context) {
function reset() {
function home() {
function stopAnimation() {
function redrawOnMove(bool) {
function wrap(bool) {
function beginshape() {
function fillshape( styl) {
function forward(distance) {
function backward (distance) {
function right(angle) {
function left(angle) {
function curveleft (radius, extent) {
function curveright (radius, extent) {
function circle(radius, extent, CW) {
function dot(size) {
function penup() {
function pendown() {
function hideturtle() {
function showturtle() {
function goto(x,y) {
function setx(x) {
function sety(y) {
function angle(ang) {
function background(styl) {
function write(msg) {
function random(low, high) {
function repeat(n, action) {
function sleep(ms) {
function width(w) {
function color (col) {
function setfont(font) {
function maxX () {
function minX () {
function maxY () {
function minY () {
function animate(f, ms) {
function delay(f, ms) {
function degToRad(deg) {
function radToDeg(rad) {
function constrain(n, low, high) {
function saveTurtleState(tState) {
function restoreTurtleState(tState) {
function logTurtle( where) {