Homogeneous coordinates: Difference between revisions

From vegard.wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
(add category)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
* <math>w \neq 0</math>: point
* <math>w \neq 0</math>: point


[[Category:Linear algebra]]
[[Category:Graphics programming]]
[[Category:Graphics programming]]

Latest revision as of 14:50, 25 February 2020

This article is currently a stub; it means I'm aware it's short and I probably intend to expand on the subject in the future!

The coordinate of a vec4 indicates (and should be set according to) whether the vec refers to a vector or a point [1]:

  • : vector
  • : point