3 lines
56 B
Ruby
3 lines
56 B
Ruby
def test_func
|
|
rust_func(Vec3.new(1.5, 2.5, -3.5))
|
|
end
|
def test_func
|
|
rust_func(Vec3.new(1.5, 2.5, -3.5))
|
|
end
|