AndrGraphProg

2.7
7 reviews
100+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

A program for create any kind of surfaces in 3d.

Figures in rectangular z=f(x,y)
and spherical coordinates sx=f(a,t);sy=f(a,t);sz=f(a,t)

Constants: pi and any int/floating number
Variables: x y a t u v

Operators: + - * / > | etc.
Functions: if(exp,exp1,exp2)
sin() cos() tan() asin() acos() atan()
sinh() cosh() tanh() log() ln() rand()
exp() abs() sqrt() pow(base,exponent)

For anaglyph use red-cyan glasses

Open any kind of image and use it for texture.

The instructions to program;
// For coments
start - To clear the scene. Is the first intruction.
A program without start will be added to the scene. See sample 8\
z=f(x,y) - A surface in rectagular coordinates. Sample 1
For surface in spherical coordinates define first the range of a and t:
sa=0,2*pi and st=0,pi
Then the surface. Sample 2:
sx=f(a,t), sy=f(a,t), sz=f(a,t)

The surface can be moved in the three axis:
dx= dy= dz= See Sample 3.
And rotated in the three axis:
rx= ry= rz= See sample 4.

For planes you may use z=2 or the instruction:
plane(width,height,rx,ry,rz,dx,dy,dz) See sample 5

See Samples > 5 for general application.

trian(width,height,rx,ry,rz,dx,dy,dz) for right triangles. See samples 17, 18
cube(width,height,rx,ry,rz,dx,dy,dz) for cubes. See sample 23
cyli(width,height,rx,ry,rz,dx,dy,dz) for cylinders. See sample 26
cone(r1,r2,height,rx,ry,rz,dx,dy,dz) for cones. See sample 28
sphe(width,height,dx,dy,dz) for spheres. See sample 24
pyra(width,height,rx,ry,rz,dx,dy,dz) for pyramids. See sample 25
para(width,height,alfa,rx,ry,rz,dx,dy,dz) for parallelepiped. See sample 31
para2(width1,width2,height,rx,ry,rz,dx,dy,dz) for parallelepiped2. See sample 36
para3(width1,width2,height1,height2,rx,ry,rz,dx,dy,dz) for parallelepiped3. See samples 43,44
light(width,height,rx,ry,rz,dx,dy,dz) for ligth. See sample 42
trape(width,height,bl,br,rx,ry,rz,dx,dy,dz) for trapezium. See sample 40
bl and br are the bases of the left and right triangles

For repetitive actions use do - enddo. See sample 9, 14, 15 and 16

For textures use: texture(n) being n between 1 and 12.
9 correspond to the image previously open. See samples 18,20 and 21
Updated on
Nov 10, 2023

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

2.7
7 reviews
Chris H
July 28, 2021
gotta love 3D math! :D
Did you find this helpful?

What's new

5.5 New Sample
5.4 Android U
5.3 Lines
5.2 Projection alpha, theta and zoom
5.1 Prism
4.9 Android T
4.8 More samples
4.7 Supports large images
4.6 Polygon
4.5 Minor bugs
4.4 Para3
4.3 Light for big car
4.2 Trapezium and more
4.0 Face and more
3.8 Para2
3.7 Error detection
3.3 More Samples. Android S
3.2 More Samples
3.1 Para
2.9 Bugs fixed
1.17 Cone
1.16 Cylinder
1.15 Android R
1.14 Pyramid
1.13 Sphere
1.11 Cube
1.10 Android Q
1.9 More Textures
1.8 Minor bugs
1.7 Textures
1.6 Triangle