struct RayLib::Ray
- RayLib::Ray
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
raylib/structs.crConstructors
- .new(position : RayLib::Vector3, direction : RayLib::Vector3)
- .new(pull : JSON::PullParser)
- .new(unwrap : Pointer(Binding::Ray))
- .new(unwrap : Binding::Ray)
Instance Method Summary
- #direction : Vector3
- #direction=(direction : Vector3)
- #position : Vector3
- #position=(position : Vector3)
- #to_unsafe