WolframLang: Transformation Matrix
Matrix for Geometric Transformation
sometimes, you just need the matrix for a transformation.
these functions are good for if you want a matrix directly, e.g. if you are doing physics or linear algebra numerically.
once you get a matrix M, you can apply it to a point by just
M . p
3d rotation related:
matrix for nD:
TransformationMatrix
converts a symbolic
TransformationFunction
to a matrix.
WolframLang, Graphics Programing
- WolframLang: Plot and Visualization
- WolframLang: Graphics Primitives
- WolframLang: Graphics Directives
- WolframLang: Extract Graphics from Plot
- WolframLang: Geometric Transformation Functions
- WolframLang: Compose Transformations
- WolframLang: Apply Transform to Graphics
- WolframLang: Translate Copy Graphics
- WolframLang: Transformation Matrix
- WolframLang: GraphicsComplex
- WolframLang: Mesh Region
- WolframLang: Graphics Misc
- WolframLang: Animation