C# Class Processing.PLang

Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
GetRectForMode ( float x, float y, float width, float height, int mode ) : RectangleI
PLang ( ) : System
PLang ( PRenderer rndr ) : System
abs ( float x ) : float
abs ( int x ) : int
acos ( float v ) : float
alpha ( color c ) : float
arc ( float x, float y, float width, float height, float start, float stop ) : void
asin ( float x ) : float
atan ( float x ) : float
atan2 ( float y, float x ) : float
background ( color c ) : void
background ( color c, int alpha ) : void
background ( int gray ) : void
background ( int gray, int alpha ) : void
background ( int v1, int v2, int v3 ) : void
background ( int v1, int v2, int v3, int alpha ) : void
beginShape ( ) : void
beginShape ( int mode ) : void
bezier ( int x1, int y1, int cx1, int cy1, int cx2, int cy2, int x2, int y2 ) : void
blendColor ( color c1, color c2, BLENDMODE mode ) : color
blue ( color c ) : float
ceil ( float x ) : int
color ( double v1, double v2, double v3 ) : color
color ( int gray ) : color
color ( int gray, int alpha ) : color
color ( int v1, int v2, int v3 ) : color
color ( int v1, int v2, int v3, int alpha ) : color
colorMode ( int mode ) : void
colorMode ( int mode, int range ) : void
colorMode ( int mode, int range1, int range2, int range3 ) : void
colorMode ( int mode, int range1, int range2, int range3, int range4 ) : void
constrain ( float x, float minVal, float maxVal ) : float
constrain ( int x, int minVal, int maxVal ) : int
cos ( float x ) : float
createImage ( int width, int height, FORMAT format ) : PImage
cursor ( ) : void
cursor ( MODE mode ) : void
cursor ( PImage image, int x, int y ) : void
degrees ( float x ) : float
delay ( int milliseconds ) : void
dist ( float x1, float y1, float x2, float y2 ) : float
dist ( int x1, int y1, int x2, int y2 ) : float
draw ( ) : void
ellipse ( float x, float y, float width, float height ) : void
ellipseMode ( int mode ) : void
endShape ( ) : void
endShape ( int mode ) : void
exit ( ) : void
exp ( float x ) : float
exp ( int x ) : float
fill ( color c ) : void
fill ( color c, int alpha ) : void
fill ( int gray ) : void
fill ( int gray, int alpha ) : void
fill ( int v1, int v2, int v3 ) : void
fill ( int v1, int v2, int v3, int alpha ) : void
floor ( float x ) : int
frameRate ( int fps ) : void
green ( color c ) : float
hint ( int item ) : void
lerp ( double value1, double value2, double amt ) : float
lerp ( int value1, int value2, float amt ) : float
line ( float x1, float y1, float x2, float y2 ) : void
line ( float x1, float y1, float z1, float x2, float y2, float z2 ) : void
log ( float x ) : float
log ( int x ) : float
loop ( ) : void
mag ( float x, float y ) : float
mag ( float x, float y, float z ) : float
map ( float x, float low1, float high1, float low2, float high2 ) : float
max ( float xv ) : float
max ( float x, float y ) : float
max ( float x, float y, float z ) : float
min ( float xv ) : float
min ( float x, float y ) : float
min ( float x, float y, float z ) : float
noCursor ( ) : void

Hides the cursor from view.

noFill ( ) : void
noLoop ( ) : void
noStroke ( ) : void
noise ( float x ) : float
noise ( float x, float y ) : float
noise ( float x, float y, float z ) : float
noiseDetail ( int octaves ) : void
noiseDetail ( int octaves, float falloff ) : void
noiseSeed ( int x ) : float
norm ( float x, float low, float high ) : float
onsize ( int width, int height ) : void
point ( float x, float y ) : void
point ( float x, float y, float z ) : void
popStyle ( ) : void
pow ( float num, float exponent ) : float
pushStyle ( ) : void
quad ( float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4 ) : void
radians ( float x ) : float
random ( float high ) : float
random ( float low, float high ) : float
randomSeed ( int seed ) : void
rect ( float x, float y, float width, float height ) : void
rectMode ( int mode ) : void
red ( color c ) : float
redraw ( ) : void
round ( float value ) : int
set ( int x, int y, color c ) : void
setup ( ) : void
sin ( float x ) : float
size ( int width_, int height_ ) : void
smooth ( ) : void
sq ( float x ) : float
sqrt ( float x ) : float
stroke ( color c ) : void
stroke ( color c, int alpha ) : void
stroke ( int gray ) : void
stroke ( int gray, int alpha ) : void
stroke ( int v1, int v2, int v3 ) : void
stroke ( int v1, int v2, int v3, int alpha ) : void
strokeCap ( int cap ) : void
strokeJoin ( int join ) : void
strokeWeight ( double weight_ ) : void
strokeWeight ( int weight_ ) : void
tan ( float x ) : float
triangle ( float x1, float y1, float x2, float y2, float x3, float y3 ) : void
vertex ( double x, double y ) : void
vertex ( double x, double y, double z ) : void
vertex ( double x, double y, double u, double v ) : void
vertex ( double x, double y, double z, double u, double v ) : void
vertex ( int x, int y ) : void
vertex ( int x, int y, int z ) : void
vertex ( int x, int y, int u, int v ) : void
vertex ( int x, int y, int z, int u, int v ) : void

Méthodes protégées

Méthode Description
DrawLines ( PVertex pts ) : void
DrawPoints ( PVertex pts ) : void
DrawQuadStrip ( PVertex pts ) : void
DrawQuads ( PVertex pts ) : void
DrawTriangleFan ( PVertex pts ) : void
DrawTriangleStrip ( PVertex pts ) : void
DrawTriangles ( PVertex pts ) : void
ResetBrush ( ) : void
ResetPen ( ) : void
SetRenderer ( PRenderer r ) : void

Private Methods

Méthode Description
GetPoints ( PVertex pts ) : NewTOAPIA.Graphics.Point2I[]
createGraphics ( int width, int heigh, PRenderer renderer ) : PImage

Method Details

DrawLines() protected méthode

protected DrawLines ( PVertex pts ) : void
pts PVertex
Résultat void

DrawPoints() protected méthode

protected DrawPoints ( PVertex pts ) : void
pts PVertex
Résultat void

DrawQuadStrip() protected méthode

protected DrawQuadStrip ( PVertex pts ) : void
pts PVertex
Résultat void

DrawQuads() protected méthode

protected DrawQuads ( PVertex pts ) : void
pts PVertex
Résultat void

DrawTriangleFan() protected méthode

protected DrawTriangleFan ( PVertex pts ) : void
pts PVertex
Résultat void

DrawTriangleStrip() protected méthode

protected DrawTriangleStrip ( PVertex pts ) : void
pts PVertex
Résultat void

DrawTriangles() protected méthode

protected DrawTriangles ( PVertex pts ) : void
pts PVertex
Résultat void

GetRectForMode() public méthode

public GetRectForMode ( float x, float y, float width, float height, int mode ) : RectangleI
x float
y float
width float
height float
mode int
Résultat RectangleI

PLang() public méthode

public PLang ( ) : System
Résultat System

PLang() public méthode

public PLang ( PRenderer rndr ) : System
rndr PRenderer
Résultat System

ResetBrush() protected méthode

protected ResetBrush ( ) : void
Résultat void

ResetPen() protected méthode

protected ResetPen ( ) : void
Résultat void

SetRenderer() protected méthode

protected SetRenderer ( PRenderer r ) : void
r PRenderer
Résultat void

abs() public méthode

public abs ( float x ) : float
x float
Résultat float

abs() public méthode

public abs ( int x ) : int
x int
Résultat int

acos() public méthode

public acos ( float v ) : float
v float
Résultat float

alpha() public méthode

public alpha ( color c ) : float
c color
Résultat float

arc() public méthode

public arc ( float x, float y, float width, float height, float start, float stop ) : void
x float
y float
width float
height float
start float
stop float
Résultat void

asin() public méthode

public asin ( float x ) : float
x float
Résultat float

atan() public méthode

public atan ( float x ) : float
x float
Résultat float

atan2() public méthode

public atan2 ( float y, float x ) : float
y float
x float
Résultat float

background() public méthode

public background ( color c ) : void
c color
Résultat void

background() public méthode

public background ( color c, int alpha ) : void
c color
alpha int
Résultat void

background() public méthode

public background ( int gray ) : void
gray int
Résultat void

background() public méthode

public background ( int gray, int alpha ) : void
gray int
alpha int
Résultat void

background() public méthode

public background ( int v1, int v2, int v3 ) : void
v1 int
v2 int
v3 int
Résultat void

background() public méthode

public background ( int v1, int v2, int v3, int alpha ) : void
v1 int
v2 int
v3 int
alpha int
Résultat void

beginShape() public méthode

public beginShape ( ) : void
Résultat void

beginShape() public méthode

public beginShape ( int mode ) : void
mode int
Résultat void

bezier() public méthode

public bezier ( int x1, int y1, int cx1, int cy1, int cx2, int cy2, int x2, int y2 ) : void
x1 int
y1 int
cx1 int
cy1 int
cx2 int
cy2 int
x2 int
y2 int
Résultat void

blendColor() public méthode

public blendColor ( color c1, color c2, BLENDMODE mode ) : color
c1 color
c2 color
mode BLENDMODE
Résultat color

blue() public méthode

public blue ( color c ) : float
c color
Résultat float

ceil() public méthode

public ceil ( float x ) : int
x float
Résultat int

color() public méthode

public color ( double v1, double v2, double v3 ) : color
v1 double
v2 double
v3 double
Résultat color

color() public méthode

public color ( int gray ) : color
gray int
Résultat color

color() public méthode

public color ( int gray, int alpha ) : color
gray int
alpha int
Résultat color

color() public méthode

public color ( int v1, int v2, int v3 ) : color
v1 int
v2 int
v3 int
Résultat color

color() public méthode

public color ( int v1, int v2, int v3, int alpha ) : color
v1 int
v2 int
v3 int
alpha int
Résultat color

colorMode() public méthode

public colorMode ( int mode ) : void
mode int
Résultat void

colorMode() public méthode

public colorMode ( int mode, int range ) : void
mode int
range int
Résultat void

colorMode() public méthode

public colorMode ( int mode, int range1, int range2, int range3 ) : void
mode int
range1 int
range2 int
range3 int
Résultat void

colorMode() public méthode

public colorMode ( int mode, int range1, int range2, int range3, int range4 ) : void
mode int
range1 int
range2 int
range3 int
range4 int
Résultat void

constrain() public méthode

public constrain ( float x, float minVal, float maxVal ) : float
x float
minVal float
maxVal float
Résultat float

constrain() public méthode

public constrain ( int x, int minVal, int maxVal ) : int
x int
minVal int
maxVal int
Résultat int

cos() public méthode

public cos ( float x ) : float
x float
Résultat float

createImage() public méthode

public createImage ( int width, int height, FORMAT format ) : PImage
width int
height int
format FORMAT
Résultat PImage

cursor() public méthode

public cursor ( ) : void
Résultat void

cursor() public méthode

public cursor ( MODE mode ) : void
mode MODE
Résultat void

cursor() public méthode

public cursor ( PImage image, int x, int y ) : void
image PImage
x int
y int
Résultat void

degrees() static public méthode

static public degrees ( float x ) : float
x float
Résultat float

delay() public méthode

public delay ( int milliseconds ) : void
milliseconds int
Résultat void

dist() public méthode

public dist ( float x1, float y1, float x2, float y2 ) : float
x1 float
y1 float
x2 float
y2 float
Résultat float

dist() public méthode

public dist ( int x1, int y1, int x2, int y2 ) : float
x1 int
y1 int
x2 int
y2 int
Résultat float

draw() public méthode

public draw ( ) : void
Résultat void

ellipse() public méthode

public ellipse ( float x, float y, float width, float height ) : void
x float
y float
width float
height float
Résultat void

ellipseMode() public méthode

public ellipseMode ( int mode ) : void
mode int
Résultat void

endShape() public méthode

public endShape ( ) : void
Résultat void

endShape() public méthode

public endShape ( int mode ) : void
mode int
Résultat void

exit() public méthode

public exit ( ) : void
Résultat void

exp() public méthode

public exp ( float x ) : float
x float
Résultat float

exp() public méthode

public exp ( int x ) : float
x int
Résultat float

fill() public méthode

public fill ( color c ) : void
c color
Résultat void

fill() public méthode

public fill ( color c, int alpha ) : void
c color
alpha int
Résultat void

fill() public méthode

public fill ( int gray ) : void
gray int
Résultat void

fill() public méthode

public fill ( int gray, int alpha ) : void
gray int
alpha int
Résultat void

fill() public méthode

public fill ( int v1, int v2, int v3 ) : void
v1 int
v2 int
v3 int
Résultat void

fill() public méthode

public fill ( int v1, int v2, int v3, int alpha ) : void
v1 int
v2 int
v3 int
alpha int
Résultat void

floor() public méthode

public floor ( float x ) : int
x float
Résultat int

frameRate() public méthode

public frameRate ( int fps ) : void
fps int
Résultat void

green() public méthode

public green ( color c ) : float
c color
Résultat float

hint() public méthode

public hint ( int item ) : void
item int
Résultat void

lerp() public méthode

public lerp ( double value1, double value2, double amt ) : float
value1 double
value2 double
amt double
Résultat float

lerp() public méthode

public lerp ( int value1, int value2, float amt ) : float
value1 int
value2 int
amt float
Résultat float

line() public méthode

public line ( float x1, float y1, float x2, float y2 ) : void
x1 float
y1 float
x2 float
y2 float
Résultat void

line() public méthode

public line ( float x1, float y1, float z1, float x2, float y2, float z2 ) : void
x1 float
y1 float
z1 float
x2 float
y2 float
z2 float
Résultat void

log() public méthode

public log ( float x ) : float
x float
Résultat float

log() public méthode

public log ( int x ) : float
x int
Résultat float

loop() public méthode

public loop ( ) : void
Résultat void

mag() public méthode

public mag ( float x, float y ) : float
x float
y float
Résultat float

mag() public méthode

public mag ( float x, float y, float z ) : float
x float
y float
z float
Résultat float

map() public méthode

public map ( float x, float low1, float high1, float low2, float high2 ) : float
x float
low1 float
high1 float
low2 float
high2 float
Résultat float

max() public méthode

public max ( float xv ) : float
xv float
Résultat float

max() public méthode

public max ( float x, float y ) : float
x float
y float
Résultat float

max() public méthode

public max ( float x, float y, float z ) : float
x float
y float
z float
Résultat float

min() public méthode

public min ( float xv ) : float
xv float
Résultat float

min() public méthode

public min ( float x, float y ) : float
x float
y float
Résultat float

min() public méthode

public min ( float x, float y, float z ) : float
x float
y float
z float
Résultat float

noCursor() public méthode

Hides the cursor from view.
public noCursor ( ) : void
Résultat void

noFill() public méthode

public noFill ( ) : void
Résultat void

noLoop() public méthode

public noLoop ( ) : void
Résultat void

noStroke() public méthode

public noStroke ( ) : void
Résultat void

noise() public méthode

public noise ( float x ) : float
x float
Résultat float

noise() public méthode

public noise ( float x, float y ) : float
x float
y float
Résultat float

noise() public méthode

public noise ( float x, float y, float z ) : float
x float
y float
z float
Résultat float

noiseDetail() public méthode

public noiseDetail ( int octaves ) : void
octaves int
Résultat void

noiseDetail() public méthode

public noiseDetail ( int octaves, float falloff ) : void
octaves int
falloff float
Résultat void

noiseSeed() public méthode

public noiseSeed ( int x ) : float
x int
Résultat float

norm() public méthode

public norm ( float x, float low, float high ) : float
x float
low float
high float
Résultat float

onsize() public méthode

public onsize ( int width, int height ) : void
width int
height int
Résultat void

point() public méthode

public point ( float x, float y ) : void
x float
y float
Résultat void

point() public méthode

public point ( float x, float y, float z ) : void
x float
y float
z float
Résultat void

popStyle() public méthode

public popStyle ( ) : void
Résultat void

pow() public méthode

public pow ( float num, float exponent ) : float
num float
exponent float
Résultat float

pushStyle() public méthode

public pushStyle ( ) : void
Résultat void

quad() public méthode

public quad ( float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4 ) : void
x1 float
y1 float
x2 float
y2 float
x3 float
y3 float
x4 float
y4 float
Résultat void

radians() static public méthode

static public radians ( float x ) : float
x float
Résultat float

random() public méthode

public random ( float high ) : float
high float
Résultat float

random() public méthode

public random ( float low, float high ) : float
low float
high float
Résultat float

randomSeed() public méthode

public randomSeed ( int seed ) : void
seed int
Résultat void

rect() public méthode

public rect ( float x, float y, float width, float height ) : void
x float
y float
width float
height float
Résultat void

rectMode() public méthode

public rectMode ( int mode ) : void
mode int
Résultat void

red() public méthode

public red ( color c ) : float
c color
Résultat float

redraw() public méthode

public redraw ( ) : void
Résultat void

round() public méthode

public round ( float value ) : int
value float
Résultat int

set() public méthode

public set ( int x, int y, color c ) : void
x int
y int
c color
Résultat void

setup() public méthode

public setup ( ) : void
Résultat void

sin() public méthode

public sin ( float x ) : float
x float
Résultat float

size() public méthode

public size ( int width_, int height_ ) : void
width_ int
height_ int
Résultat void

smooth() public méthode

public smooth ( ) : void
Résultat void

sq() public méthode

public sq ( float x ) : float
x float
Résultat float

sqrt() public méthode

public sqrt ( float x ) : float
x float
Résultat float

stroke() public méthode

public stroke ( color c ) : void
c color
Résultat void

stroke() public méthode

public stroke ( color c, int alpha ) : void
c color
alpha int
Résultat void

stroke() public méthode

public stroke ( int gray ) : void
gray int
Résultat void

stroke() public méthode

public stroke ( int gray, int alpha ) : void
gray int
alpha int
Résultat void

stroke() public méthode

public stroke ( int v1, int v2, int v3 ) : void
v1 int
v2 int
v3 int
Résultat void

stroke() public méthode

public stroke ( int v1, int v2, int v3, int alpha ) : void
v1 int
v2 int
v3 int
alpha int
Résultat void

strokeCap() public méthode

public strokeCap ( int cap ) : void
cap int
Résultat void

strokeJoin() public méthode

public strokeJoin ( int join ) : void
join int
Résultat void

strokeWeight() public méthode

public strokeWeight ( double weight_ ) : void
weight_ double
Résultat void

strokeWeight() public méthode

public strokeWeight ( int weight_ ) : void
weight_ int
Résultat void

tan() public méthode

public tan ( float x ) : float
x float
Résultat float

triangle() public méthode

public triangle ( float x1, float y1, float x2, float y2, float x3, float y3 ) : void
x1 float
y1 float
x2 float
y2 float
x3 float
y3 float
Résultat void

vertex() public méthode

public vertex ( double x, double y ) : void
x double
y double
Résultat void

vertex() public méthode

public vertex ( double x, double y, double z ) : void
x double
y double
z double
Résultat void

vertex() public méthode

public vertex ( double x, double y, double u, double v ) : void
x double
y double
u double
v double
Résultat void

vertex() public méthode

public vertex ( double x, double y, double z, double u, double v ) : void
x double
y double
z double
u double
v double
Résultat void

vertex() public méthode

public vertex ( int x, int y ) : void
x int
y int
Résultat void

vertex() public méthode

public vertex ( int x, int y, int z ) : void
x int
y int
z int
Résultat void

vertex() public méthode

public vertex ( int x, int y, int u, int v ) : void
x int
y int
u int
v int
Résultat void

vertex() public méthode

public vertex ( int x, int y, int z, int u, int v ) : void
x int
y int
z int
u int
v int
Résultat void