X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=gph-cmath;a=blobdiff_plain;f=src%2Fcgmquat.inl;fp=src%2Fcgmquat.inl;h=79c622c16328c482dc06a419bbc6067f5d386f49;hp=f0b0ee327596278765c6a5d601f12123e88af5e0;hb=c5a2f08ca01ec6f3b8f6974634c6adad72b61fa8;hpb=196060ca2d5a16d66d59b6912ea201bfb345f3fa diff --git a/src/cgmquat.inl b/src/cgmquat.inl index f0b0ee3..79c622c 100644 --- a/src/cgmquat.inl +++ b/src/cgmquat.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_qcons(cgm_quat *q, float x, float y, float z, float w) { q->x = x;