00001 /* @file psVectorBracket.h 00002 * @brief vector bracket functions 00003 * 00004 * @author EAM, IfA 00005 * 00006 * @version $Revision: 1.2 $ $Name: $ 00007 * @date $Date: 2007/01/24 02:54:15 $ 00008 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii 00009 */ 00010 00011 # ifndef PS_VECTOR_BRACKET_H 00012 # define PS_VECTOR_BRACKET_H 00013 00014 /// @addtogroup Extras Miscellaneous Funtions 00015 /// @{ 00016 00017 int psVectorBracket(const psVector *index, psF32 key, bool above); 00018 int psVectorBracketDescend(const psVector *index, psF32 key, bool above); 00019 psF32 psVectorInterpolate(const psVector *index, const psVector *value, psF32 key); 00020 00021 /// @} 00022 # endif /* PS_VECTOR_BRACKET_H */
1.5.1