Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix saying CFrame components are XVector, YVector, and ZVector #365

Merged
merged 1 commit into from
Oct 1, 2023

Conversation

kennethloeffler
Copy link
Member

It turns out that the Roblox documentation was totally wrong and I was misled into writing that CFrame stores the XVector, YVector, and ZVector (these properties are NOT the rows of the matrix - Roblox docs have recently been updated to reflect this). This PR simply writes the components of the rotation matrix in row-major order in our docs for binary CFrame.

@kennethloeffler kennethloeffler changed the title Fix saying components are XVector, YVector, and ZVector Fix saying CFrame components are XVector, YVector, and ZVector Sep 28, 2023
@Dekkonot Dekkonot merged commit 4d427da into rojo-rbx:master Oct 1, 2023
2 checks passed
@kennethloeffler kennethloeffler deleted the fix-binary-cframe-docs branch October 1, 2023 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants