#include <Vect2D.hpp>
Collaboration diagram for Vect2D< Value, Real >:
Public Member Functions | |
Vect2D (Value xi, Value yi) | |
Real | Norme2 () const |
Real | Norm2 () const |
Real | Norme () const |
Real | Norm () const |
Real | Unit () |
Real | Dist2 (const Vect2D &p2) const |
Real | Dist (const Vect2D &p2) const |
Real | Distance2 (const Vect2D &p2) const |
Real | Distance (const Vect2D &p2) const |
void | Show () const |
void | Show (char *p) const |
void | Show (char *p, char *s) const |
Value & | operator() (int i) |
Value | operator() (int i) const |
Vect2D< Value, Real > & | operator= (Value val) |
bool | operator== (const Vect2D &other) const |
bool | operator!= (const Vect2D &other) const |
Vect2D & | operator+= (const Vect2D &v) |
Vect2D & | operator-= (const Vect2D &v) |
Vect2D & | operator/= (const Value &d) |
Vect2D & | operator *= (const Value &d) |
Vect2D & | operator- () |
Public Attributes | |
Value | x |
Value | y |
Definition at line 35 of file Vect2D.hpp.