struct Graphene::Simd4F

Defined in:

lib/gi-crystal/src/auto/graphene-1.0/simd4_f.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

def self.new(data : LibGraphene::Simd4F, _transfer : GICrystal::Transfer) #

def self.new(x : Float32? = nil, y : Float32? = nil, z : Float32? = nil, w : Float32? = nil) #

Instance Method Detail

def ==(other : self) : Bool #

def w(*args, **options) #

def w(*args, **options, &) #

def w=(arg) #

def x(*args, **options) #

def x(*args, **options, &) #

def x=(arg) #

def y(*args, **options) #

def y(*args, **options, &) #

def y=(arg) #

def z(*args, **options) #

def z(*args, **options, &) #

def z=(arg) #