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