straalvector
Straalvector (English: ray vector) is a mathematical representation used in optics, geometry, and computer graphics to specify the direction of a ray of light or other radiation. In this usage, a ray is defined by an origin point and a direction, and the vector encodes only the directional component.
Mathematically, a ray with origin p and direction d is the set { p + t d | t ≥
Applications include computer graphics and ray tracing, where straalvector is used to cast rays from a camera
Relation to related concepts: straalvector is related to line direction vectors, unit vectors, direction cosines, and
Example: A ray starting at P=(1,2,3) with direction D=(1,0,0) is r(t)= (1,2,3) + t(1,0,0), t≥0.
Origin of term: “straal” is Dutch for ray; “vector” follows the mathematical term.
---