diff options
author | Patrick Roth <roth@stettbacher.ch> | 2021-07-07 14:40:05 +0200 |
---|---|---|
committer | Patrick Roth <roth@stettbacher.ch> | 2021-07-07 14:40:05 +0200 |
commit | 583aec7df027168a53142f7679589a752d12d727 (patch) | |
tree | b53c2516189997b5c8ea8dfc33bf80af2dff1978 | |
parent | Merge branch 'add-projection-matrix' into 'master' (diff) | |
download | o3000-color-pipe-583aec7df027168a53142f7679589a752d12d727.tar.gz o3000-color-pipe-583aec7df027168a53142f7679589a752d12d727.zip |
comments changed
-rw-r--r-- | color_pipe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/color_pipe.c b/color_pipe.c index 3c4200f..626b497 100644 --- a/color_pipe.c +++ b/color_pipe.c @@ -966,9 +966,9 @@ void __stdcall color_pipe_stageconf_trapcorr(struct color_pipe_t *color_pipe, in /** - * Pipeline stage configuration: projection transformation + * Pipeline stage configuration: projective transformation * - * Project point p to p' using the the projection matrix C + * Project point p to p' using the projection matrix C * with homogeneous coordinates. * * t * p' = C * p |