Skip to content

Fix issue #100: Clean up cgmath initializers - #417

Open
Dingding-leo wants to merge 1 commit into
vE5li:mainfrom
Dingding-leo:fix-cgmath-initializers
Open

Fix issue #100: Clean up cgmath initializers#417
Dingding-leo wants to merge 1 commit into
vE5li:mainfrom
Dingding-leo:fix-cgmath-initializers

Conversation

@Dingding-leo

@Dingding-leo Dingding-leo commented Jul 26, 2026

Copy link
Copy Markdown

Fixes #100

Replaced hardcoded Point3 and Vector initializations with their appropriate trait methods (Point3::origin(), Vector2::zero(), Vector2::unit_x(), Vector2::unit_y(), Vector3::zero(), Vector3::unit_y(), etc) throughout the codebase to leverage provided cgmath functions.

Copilot AI review requested due to automatic review settings July 26, 2026 02:13

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clean up cgmath initializers

2 participants