X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=gph-cmath;a=blobdiff_plain;f=src%2Fcgmvec3.inl;fp=src%2Fcgmvec3.inl;h=05bb895642ab94dfc2d4fabd8ca9c3c252443d5d;hp=429c34ec4561fadcdae0ced63490bb887749c673;hb=c5a2f08ca01ec6f3b8f6974634c6adad72b61fa8;hpb=196060ca2d5a16d66d59b6912ea201bfb345f3fa diff --git a/src/cgmvec3.inl b/src/cgmvec3.inl index 429c34e..05bb895 100644 --- a/src/cgmvec3.inl +++ b/src/cgmvec3.inl @@ -1,3 +1,11 @@ + /* +Copyright (C) 2018 John Tsiombikas + +This program is free software. Feel free to use, modify, and/or redistribute +it under the terms of the MIT/X11 license. See LICENSE for details. +If you intend to redistribute parts of the code without the LICENSE file +replace this paragraph with the full contents of the LICENSE file. +*/ static inline void cgm_vcons(cgm_vec3 *v, float x, float y, float z) { v->x = x;