Package: graphene
Function graphene:vec4-init-from-float
Lambda Listgraphene:vec4-init-from-float (v arg) ArgumentsReturn ValueThe initialized graphene:vec4-t instance. Details Initializes v with the contents of the given list. Note(defun vec4-init-from-float (v arg) (apply #'vec4-init v arg)) | See also |
2024-12-26