Spatial geometry 7
Last updated
Last updated
The last topic covered here is the concept of mapping between “local” and “world” coordinates. This is the foundation of all linear rigid transformations. Let’s build this step by step from 1D to 2D and finally 3D.
Local to World
We expressed a point “P” on a line using where are the origin and unit direction vector. The same concept in 2D expresses points on a plane using , where are the plane’s origin and basis vectors. In 3D we used , where are the coordinate system’s origin and basis vectors.
We can think of the “r”, “s” and “t” values as “local” or “dependent” coordinates with respect to the underlying support geometry. The point expressions for “p” map local coordinates into space in the sense of the “world” coordinate system: in 1D, in 2D and .
World to Local
We used projections i.e. dot products, to recover the “t” value of a point “P” along a line . In the same sense, as long as the basis vectors are orthogonal and unit length we can use the same expression to recover the “r”, “s”, and “t” values for the plane and coordinate system cases, using the appropriate basis vectors.
We thus developed the tools to map from the “world” space to “local” coordinates using the inverse mapping: in 1D, in 2D and in 3D, and the relevant support geometries.
This indirection allow us for the same “local” coordinates to replace their supporting geometries easily e.g. keep but replace with . We just have transformed from one frame of reference to another but retained the same geometric content. In addition, because linear maps do not affect lengths and angles we also call them rigid transforms.
We conclude here after having reviewed the arithmetic of points and vectors; topics generally already covered prior to university education in both math and physics. We focused here on a geometric interpretation of algebraic concepts to build intuition and familiarity with the mechanics. You may practice on constructive geometry using the problems within in section. Additional problems are also available [>].
You will be formally introduced to general linear algebra in the future terms by math and sciences courses. The concepts presented here will be generalized to even higher dimensions. We hope the spatial interpretations developed here will be helpful in the following terms as the scope and depth of understanding is expanded.