#include <jAPIgeometry.h>
Public Member Functions | |
| jVecteur (double xx=0, double yy=0) | |
| jVecteur (const TPoint &a, const TPoint &b) | |
| jVecteur & | operator= (const jVecteur &v) |
| void __fastcall | operator *= (double f) |
| jVecteur __fastcall | operator+ (jVecteur v) |
| void __fastcall | Rotation (float) |
| float __fastcall | Norme () |
Public Attributes | |
| double | x |
| double | y |
Friends | |
| jVecteur | operator * (jVecteur v, double f) |
| jVecteur | operator * (float f, jVecteur v) |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
1.3.4