mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-10 18:54:23 +02:00
control section
This commit is contained in:
@@ -6,12 +6,12 @@ module.exports = {
|
||||
preface: require("./preface"),
|
||||
introduction: require("./introduction"),
|
||||
whatis: require("./whatis"),
|
||||
explanation: require("./explanation")
|
||||
explanation: require("./explanation"),
|
||||
control: require("./control")
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
control: require("./control.jsx"),
|
||||
|
||||
matrix: require("./matrix.jsx"),
|
||||
decasteljau: require("./decasteljau.jsx"),
|
||||
|
Reference in New Issue
Block a user