struct RayLib::BoundingBox

Included Modules

Defined in:

raylib/structs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(min : RayLib::Vector3, max : RayLib::Vector3) #

[View source]
def self.new(pull : JSON::PullParser) #

def self.new(unwrap : Pointer(Binding::BoundingBox)) #

[View source]
def self.new(unwrap : Binding::BoundingBox) #

[View source]

Instance Method Detail

def max : Vector3 #

[View source]
def max=(max : Vector3) #

[View source]
def min : Vector3 #

[View source]
def min=(min : Vector3) #

[View source]
def to_unsafe #

[View source]