File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,8 +179,8 @@ The perspective transformation maps real-space coordinates to those on a virtual
179
179
model of how a pinhole camera operates and is a good approximation of the modern
180
180
photography process.
181
181
182
- The ` PerspectiveMap() ` command creates a singleton ` Transformation ` to perform
183
- the projective mapping. It can be applied individually, but is particularly
182
+ The ` PerspectiveMap() ` command creates a ` Transformation ` to perform the
183
+ projective mapping. It can be applied individually, but is particularly
184
184
powerful when composed with an ` AffineMap ` containing the position and
185
185
orientation of the camera in your scene. For example, to transfer ` points ` in 3D
186
186
space to 2D ` screen_points ` giving their projected locations on a virtual camera
You can’t perform that action at this time.
0 commit comments