Vec4
class Vec4(val grapheneVec4Pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)
A structure capable of holding a vector with four dimensions: x, y, z, and w.
The contents of the #graphene_vec4_t structure are private and should never be accessed directly.
Skipped during bindings generation
parameter
src
: Array parameter of type gfloat is not supportedparameter
dest
: dest: Out parameter is not supported
Constructors
Functions
Link copied to clipboard
Initializes a #graphene_vec4_t using the components of a #graphene_vec2_t and the values of @z and @w.
Link copied to clipboard
Initializes a #graphene_vec4_t using the components of a #graphene_vec3_t and the value of @w.
Link copied to clipboard
Initializes a #graphene_vec4_t using the components of another #graphene_vec4_t.
Link copied to clipboard
Linearly interpolates @v1 and @v2 using the given @factor.