Geometry - Transformation

Card Puncher Data Processing

About

Transformation of geometric objects.

Matrix

A geometric transformation is represented by a transformation matrix.

List

Linear

Transformations that keep the origin fixed are linear including:





Discover More
CSS - Transform

in CSS note that in CSS, you can also translate with margin Example:
Matrix Rotation 90
Geometry - Rotation

Rotation is a geometric transformation and can be applied through the following transformation matrix Identity: Rotation matrix
Card Puncher Data Processing
Geometry - Scaling

Scaling is a transformation that is generally applied by the transformation matrix See also: The functional form becomes the following matrix. Using the standard transformation matrix notation,...
Card Puncher Data Processing
Geometry - Skewing (Shearing)

Shear is a transform that rotates one axis so that the axes are no longer perpendicular. It means offsetting the coordinates along one or two axes based on the distance along the remaining axis. Under...
Matrix Rotation 90
Geometry - Transformation Matrix

A geometric transformation can be represented by a matrix. THE advantage of using transformation matrices is that cumulative transformations can be described by simply multiplying the matrices that describe...
Complex Number
Number System - Complex Number -

A real number plus an imaginary number is a complex number. Complex numbers are a number system. A complex number has a real part and an imaginary part. where: i is an imaginary number Complex...
Card Puncher Data Processing
SVG - Transform attribute

The transformation matrix in SVG. The main function is the matrix function. The others one such as translate are just shortcut The main function is the matrix function matrix(a,b,c,d,e,f) ...
Utah Teapot
Viz - Graphic Object

A graphic object is a geometrical object that: must be rendered. can get geometry transformation Graphical object can be grouped in order to maniuplate them as a unit. They can be place on a layer...
Utah Teapot
Viz - Scene Graph - Graphical World (Tree Data Structure)

A scene graph is a collection of nodes in a tree structure. It's equivalent to a document in xml The node of the tree are: a graphical object for the leaf a compound object such as: or a group...



Share this page:
Follow us:
Task Runner