struct RayLib::Transform

Included Modules

Defined in:

raylib/structs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(translation : RayLib::Vector3, rotation : RayLib::Vector4, scale : RayLib::Vector3) #

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

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

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

[View source]

Instance Method Detail

def rotation : Vector4 #

[View source]
def rotation=(rotation : Vector4) #

[View source]
def scale : Vector3 #

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

[View source]
def to_unsafe #

[View source]
def translation : Vector3 #

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

[View source]