mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-11 19:24:07 +02:00
section 15, 16
This commit is contained in:
@@ -3,8 +3,10 @@ var Graphic = require("../../Graphic.jsx");
|
||||
var SectionHeader = require("../../SectionHeader.jsx");
|
||||
|
||||
var Explanation = React.createClass({
|
||||
statics: {
|
||||
title: "The basics of Bézier curves"
|
||||
getDefaultProps: function() {
|
||||
return {
|
||||
title: "The basics of Bézier curves"
|
||||
};
|
||||
},
|
||||
|
||||
circle: require("./circle"),
|
||||
@@ -17,7 +19,7 @@ var Explanation = React.createClass({
|
||||
render: function() {
|
||||
return (
|
||||
<section>
|
||||
<SectionHeader {...this.props}>{ Explanation.title }</SectionHeader>
|
||||
<SectionHeader {...this.props} />
|
||||
|
||||
<p>Bézier curves are a form of "parametric" function. Mathematically speaking, parametric
|
||||
functions are cheats: a "function" is actually a well defined term representing a mapping
|
||||
|
Reference in New Issue
Block a user