mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-06 08:47:58 +02:00
section 15, 16
This commit is contained in:
@@ -3,14 +3,16 @@ var Graphic = require("../../Graphic.jsx");
|
||||
var SectionHeader = require("../../SectionHeader.jsx");
|
||||
|
||||
var MatrixSplit = React.createClass({
|
||||
statics: {
|
||||
title: "Splitting curves using matrices"
|
||||
getDefaultProps: function() {
|
||||
return {
|
||||
title: "Splitting curves using matrices"
|
||||
};
|
||||
},
|
||||
|
||||
render: function() {
|
||||
return (
|
||||
<section>
|
||||
<SectionHeader {...this.props}>{ MatrixSplit.title }</SectionHeader>
|
||||
<SectionHeader {...this.props} />
|
||||
|
||||
<p>Another way to split curves is to exploit the matrix representation of
|
||||
a Bézier curve. In <a href="#matrix">the section on matrices</a> we saw that
|
||||
|
Reference in New Issue
Block a user