Back to class index
| Line::posSyntaxfloat4 Line::pos; [1 line of code]Specifies the origin of this line. Syntaxfloat4 Line::dir; [1 line of code]The normalized direction vector of this ray. Note For proper functionality, this direction vector needs to always be normalized. If you set to this member manually, remember to make sure you only assign normalized direction vectors. |