Vector2d Vector2d.hxx cadex/Geom/Vector2d.hxx. More...
Public Member Functions | |
| __init__ (self, *args) | |
| Overload 1: Constructor. | |
| X (self) | |
| Y (self) | |
| SetX (self, theValue) | |
| SetY (self, theValue) | |
| Set (self, theIndex, theValue) | |
| SetCoord (self, theX, theY) | |
| IsEqual (self, theOther, theTolerance=1e-9) | |
| Length (self) | |
| Angle (self, theOther) | |
| IsNormal (self, theOther, theAngularTolerance) | |
| IsOpposite (self, theOther, theAngularTolerance) | |
| IsParallel (self, theOther, theAngularTolerance) | |
| Normalize (self) | |
| Normalized (self) | |
| Reverse (self) | |
| Reversed (self) | |
| Add (self, theOther) | |
| Added (self, theOther) | |
| Subtract (self, theOther) | |
| Subtracted (self, theOther) | |
| Multiply (self, *args) | |
| Multiplied (self, *args) | |
| Divide (self, theScalar) | |
| Divided (self, theScalar) | |
| Crossed (self, theOther) | |
| Dot (self, theOther) | |
| Transform (self, theTrsf) | |
| Transformed (self, theTrsf) | |
| Access (self, theIndex) | |
Vector2d Vector2d.hxx cadex/Geom/Vector2d.hxx.
Defines a 2D vector.
| manufacturingtoolkit.CadExMTK.Geom_Vector2d.__init__ | ( | self, | |
| * | args ) |
Overload 1: Constructor.
|
Overload 2: Constructor.