Function Grapher Development by JOSEPH NJUEFunction Grapher Development by JOSEPH NJUE

Function Grapher Development

JOSEPH NJUE

JOSEPH NJUE

HTML
View Compiled HTML
<!DOCTYPE html>
"en"
head
"UTF-8"
Unit 7 – Function Grapher
head
body
html
CSS
JS Options
// =====================================================
// Unit 7 Programming Assignment
// Function Grapher: z = f(x, y)
// Hyperbolic Paraboloid: z = x² − y²
// Axis-based RGB colouring
// =====================================================
// ------------------------------
// Scene Setup
// ------------------------------
THREE
THREE
PerspectiveCamera
innerWidth
camera
lookAt
Like this project

Posted Apr 21, 2026

Created a function grapher for visualizing mathematical functions.