00001 /* 00002 * PROPRIETARY INFORMATION. This software is proprietary to 00003 * Side Effects Software Inc., and is not to be reproduced, 00004 * transmitted, or disclosed in any way without written permission. 00005 * 00006 * Produced by: 00007 * 00008 * Cristin Barghiel 00009 * Side Effects Software Inc 00010 * 123 Front Street West, Suite 1401 00011 * Toronto, Ontario 00012 * Canada M5J 2M2 00013 * 416-504-9876 00014 * 00015 * NAME: Utility Library (C++) 00016 * 00017 * COMMENTS: 00018 */ 00019 00020 #ifndef __UT_Vector3Array_h__ 00021 #define __UT_Vector3Array_h__ 00022 00023 #include "UT_ValArray.h" 00024 #include "UT_Vector3.h" 00025 00026 #endif
1.5.9