mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 02:56:10 +00:00
Libraries: Fix typos
This commit is contained in:
parent
9ec9886b04
commit
de72332920
Notes:
sideshowbarker
2024-07-18 03:16:24 +09:00
Author: https://github.com/nico
Commit: de72332920
Pull-request: https://github.com/SerenityOS/serenity/pull/10284
Reviewed-by: https://github.com/linusg ✅
9 changed files with 10 additions and 10 deletions
|
@ -34,7 +34,7 @@ bool Clipper::point_within_clip_plane(const FloatVector4& vertex, ClipPlane plan
|
|||
GLVertex Clipper::clip_intersection_point(const GLVertex& p1, const GLVertex& p2, ClipPlane plane_index)
|
||||
{
|
||||
// See https://www.microsoft.com/en-us/research/wp-content/uploads/1978/01/p245-blinn.pdf
|
||||
// "Clipping Using Homogenous Coordinates" Blinn/Newell, 1978
|
||||
// "Clipping Using Homogeneous Coordinates" Blinn/Newell, 1978
|
||||
|
||||
float w1 = p1.position.w();
|
||||
float w2 = p2.position.w();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue