Back to class index
| LineSegment::DirSyntaxfloat4 LineSegment::Dir() const; [4 lines of code]Returns the normalized direction vector that points in the direction a->b. Note The returned vector is normalized, meaning that its length is 1, not |b-a|. See Also |