struct Graphene::Simd4X4F
- Graphene::Simd4X4F
- Struct
- Value
- Object
Defined in:
lib/gi-crystal/src/auto/graphene-1.0/simd4_x4_f.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibGraphene::Simd4X4F, _transfer : GICrystal::Transfer)
- .new(x : Graphene::Simd4F | Nil = nil, y : Graphene::Simd4F | Nil = nil, z : Graphene::Simd4F | Nil = nil, w : Graphene::Simd4F | Nil = nil)
Instance Method Summary
- #==(other : self) : Bool
- #w(*args, **options)
- #w(*args, **options, &)
- #w=(arg)
- #x(*args, **options)
- #x(*args, **options, &)
- #x=(arg)
- #y(*args, **options)
- #y(*args, **options, &)
- #y=(arg)
- #z(*args, **options)
- #z(*args, **options, &)
- #z=(arg)
Constructor Detail
def self.new(x : Graphene::Simd4F | Nil = nil, y : Graphene::Simd4F | Nil = nil, z : Graphene::Simd4F | Nil = nil, w : Graphene::Simd4F | Nil = nil)
#