🎯 3D Geometry Visualizer

X (horizontal)
Y (depth)
Z (vertical)
Enter range: min ≤ x ≤ max
≤ x ≤
e.g., "= -3" for plane, or slab for -1 ≤ x ≤ 1
Enter range: min ≤ y ≤ max
≤ y ≤
e.g., ">= 0" for positive y
Enter range: min ≤ z ≤ max
≤ z ≤
e.g., ">= 5" for z above 5
💡 Examples:
• Second quadrant: x ≤ 0, y ≥ 0, z = 0
• Plane with conditions: x = -3, y ≥ 0, z = none
• Slab: Check "slab" for y, enter -1 and 1
• First octant: x ≥ 0, y ≥ 0, z ≥ 0
📐 Equation Help:
• Use x, y, z as variables
• Powers: x^2, y^3, z^(1/2)
• Operations: +, -, *, /, ^
• Functions: sqrt(), sin(), cos(), abs()
• Example: x^2 + y^2 + z^2 = 25
💡 Examples:
• Sphere: x^2 + y^2 + z^2 = 9
• Paraboloid: z = x^2 + y^2
• Plane: 2*x + 3*y + z = 6
• Cylinder: x^2 + y^2 = 4
🖱️ Controls:
Drag to rotate • Scroll to zoom