1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-09 02:06:39 +02:00

experimental tangents and normals

This commit is contained in:
Pomax
2017-04-11 20:38:43 -07:00
parent 97958c17ee
commit 3343284d2d
40 changed files with 601 additions and 133 deletions

View File

@@ -27,6 +27,7 @@ module.exports = {
// information that can be obtained through analysis
derivatives: require("./derivatives"),
pointvectors: require("./pointvectors"),
pointvectors3d: require("./pointvectors3d"),
components: require("./components"),
extremities: require("./extremities"),
boundingbox: require("./boundingbox"),