X-Git-Url: https://git.piment-noir.org/?p=lsystem3d.git;a=blobdiff_plain;f=src%2Fvector.h;h=056e22d5e3f4c17fa00bc0879f24c35fb7f55f9f;hp=438b3258f485ebe1936eb248d863e00273b31a2f;hb=1a372e99786b50b48ed0158b4adcb276cf945a9e;hpb=3d90821addedaf86690810ab6908e76785ba75b1 diff --git a/src/vector.h b/src/vector.h index 438b325..056e22d 100644 --- a/src/vector.h +++ b/src/vector.h @@ -1,6 +1,6 @@ // Copyright (C) 2006 Erik Dahlberg // -// This file is part of LSystem3d. +// This file is part of LSystem3D. // // LSystem3D is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -27,7 +27,7 @@ /** - * 3d vector + * 3D vector */ class Vector : public Coordinate {