#include <Standard.hxx>#include <Standard_Macro.hxx>#include <Standard_Integer.hxx>#include <math_SingleTabOfReal.hxx>#include <Standard_Address.hxx>#include <Standard_Boolean.hxx>#include <Standard_Real.hxx>#include <Standard_OutOfRange.hxx>#include <string.h>#include <Standard_OStream.hxx>#include <Standard_DimensionError.hxx>Data Structures | |
| class | math_Vector |
| This class implements the real vector abstract data type. Vectors can have an arbitrary range which must be defined at the declaration and cannot be changed after this declaration. math_Vector V1(-3, 5); // a vector with range [-3..5] More... | |
1.6.3