Closed jeparlefrancais closed 3 years ago
This adds the CFrame.new constructor. The pattern matching is a bit scary, but I wanted to make sure to cover at least:
CFrame.new
CFrame.new(x, y, z)
CFrame.new(position)
Related to #15
This adds the
CFrame.new
constructor. The pattern matching is a bit scary, but I wanted to make sure to cover at least:CFrame.new(x, y, z)
with all combinations of integer and floatCFrame.new(position)
Related to #15