Italia
Fonte/ Codesnippets

Getcircp

 
Nur noch eine vorgerechnete Sinuswertetabelle wäre schneller...

Sehr schnelle Funktion um Punkt auf Kreis bei Radius r und Winkel w/1000 zu ermitteln:
 {$cleq}
cls

whileLoop 0,359 *1000, 1000 {

    setPixel 320+getCircP(100,loop),240+getCircP(100,loop +90000),rnd($FFFFFF)

}

waitInput
end

nProc getCircP(long r,w){

    return long(sin(0.0174532925199433*float(w)/1000.0)*float(r))

}

Danke auch nochmal an Hubert Binnewies der damals bei einer ähnlichen Angelegenheit eine ähnliche Funktion optimierte -

hier nur optimiert als native Funktion.
 
27.08.2011  
 



War grad erwünscht:
 {$cleq}
cls
usepen 0,0,$FF0000
/*
parameter:
1,2:zeichne wo:x,y
3:größe:radius
4,5:gradvon,gradbis
6:jeden wievielten Punkt
7:linie auf wieviel grad
*/
paintWhl(50,50,50,150,210,5,-30)
paintWhl(120,50,50,150,210,5,-20)
paintWhl(190,50,50,150,210,5,-10)
paintWhl(260,50,50,150,210,5,0)
paintWhl(330,50,50,150,210,5,10)
paintWhl(400,50,50,150,210,5,20)
paintWhl(470,50,50,150,210,5,30)
waitinput
end

paintWhl(long xp,yp,r,df,dt,step,target){

    long x,y
    df=df*1000
    dt=dt*1000
    step=step*1000
    target=180-target
    target=target*1000

    whileLoop df,dt,step {

        x=GetCircP(r,loop)
        y=GetCircP(r,90000+loop)
        setpixel xp+x,yp+y,0

    }

    line xp,yp - xp+GetCircP(r,target),yp+GetCircP(r,target+90000)

}

getCircP(long r,w){

    return sin(0.0174532925199433*w/1000.0)*r

}


Reines XProfan:
'{$cleq}
cls
usepen 0,0,$FF0000
'parameter:
'1,2:zeichne wo:x,y
'3:größe:radius
'4,5:gradvon,gradbis
'6:jeden wievielten Punkt
'7:linie auf wieviel grad
paintWhl(50,50,50,150,210,5,-30)
paintWhl(120,50,50,150,210,5,-20)
paintWhl(190,50,50,150,210,5,-10)
paintWhl(260,50,50,150,210,5,0)
paintWhl(330,50,50,150,210,5,10)
paintWhl(400,50,50,150,210,5,20)
paintWhl(470,50,50,150,210,5,30)
waitinput
end

proc paintWhl

    parameters xp&,yp&,r&,df&,dt&,step&,target&
    declare x&,y&
    df&=df&*1000
    dt&=dt&*1000
    step&=step&*1000
    target&=180-target&
    target&=target&*1000

    whileLoop df&,dt&,step&

        x&=GetCircP(r&,&loop)
        y&=GetCircP(r&,90000+&loop)
        setpixel xp&+x&,yp&+y&,0

    wend

    line xp&,yp& - xp&+GetCircP(r&,target&),yp&+GetCircP(r&,target&+90000)

endproc

proc getCircP

    parameters r&,w&
    return sin(0.0174532925199433*w&/1000.0)*r&

endproc

 
18.10.2014  
 




GDL
Hallöle,

Danke.

Grüßle
Georg
 
XProfan X3
Windows7 Xprofan 8,9,10 [...]  [...] 
18.10.2014  
 



Zum Quelltext


Topictitle, max. 100 characters.
 

Systemprofile:

Kein Systemprofil angelegt. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Bitte anmelden um einen Beitrag zu verfassen.
 

Topic-Options

6.324 Views

Untitledvor 0 min.
p.specht20.11.2021
Uwe Lang20.11.2021
Manfred Barei19.11.2021
Wilfried Friebe17.11.2021
Di più...

Themeninformationen

Dieses Thema hat 2 subscriber:

iF (2x)
GDL (1x)


Admins  |  AGB  |  Applications  |  Autori  |  Chat  |  Informativa sulla privacy  |  Download  |  Entrance  |  Aiuto  |  Merchantportal  |  Impronta  |  Mart  |  Interfaces  |  SDK  |  Services  |  Giochi  |  Cerca  |  Support

Ein Projekt aller XProfaner, die es gibt!


Il mio XProfan
Private Notizie
Eigenes Ablageforum
Argomenti-Merkliste
Eigene Beiträge
Eigene Argomenti
Zwischenablage
Annullare
 Deutsch English Français Español Italia
Traduzioni

Informativa sulla privacy


Wir verwenden Cookies nur als Session-Cookies wegen der technischen Notwendigkeit und bei uns gibt es keine Cookies von Drittanbietern.

Wenn du hier auf unsere Webseite klickst oder navigierst, stimmst du unserer Erfassung von Informationen in unseren Cookies auf XProfan.Net zu.

Weitere Informationen zu unseren Cookies und dazu, wie du die Kontrolle darüber behältst, findest du in unserer nachfolgenden Datenschutzerklärung.


einverstandenDatenschutzerklärung
Ich möchte keinen Cookie