Allow CFrame.fromMatrix call with three arguments #113
Labels
A-roblox
Area: Roblox specific
A-standard-library
Area: Standard Library
C-bug
Category: Bug
E-easy
Call for participation: Experience needed to fix: Easy / not much
CFrame.fromMatrix(pos, vX, vY)
This is valid usage of fromMatrix where vZ will be deduced as
vX:Cross(vY).Unit
The text was updated successfully, but these errors were encountered: