Description Usage Arguments Value Examples
Get the matrix for the barycentric transformation
1 | getTransformationMatrix(anglebase = 0)
|
anglebase |
Number of radians the first barycentric direction should be rotated anticlockwise |
2 by 3 matrix
1 2 3 | plot(t(getTransformationMatrix(0)), asp=1)
plot(t(getTransformationMatrix(pi/2)), asp=1)
plot(t(getTransformationMatrix(pi)), asp=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.