Vector Vector.hxx cadex/Geom/Vector.hxx. More...
Public Member Functions | |
| __init__ (self, *args) | |
| Overload 1: Constructor. | |
| X (self) | |
| Y (self) | |
| Z (self) | |
| SetX (self, theValue) | |
| SetY (self, theValue) | |
| SetZ (self, theValue) | |
| Set (self, theIndex, theValue) | |
| SetCoord (self, theX, theY, theZ) | |
| IsEqual (self, theOther, theTolerance=1e-7) | |
| Length (self) | |
| Angle (self, theOther) | |
| IsNormal (self, theOther, theAngularTolerance) | |
| IsOpposite (self, theOther, theAngularTolerance) | |
| IsParallel (self, theOther, theAngularTolerance) | |
| 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) | |
| Normalize (self) | |
| Normalized (self) | |
| Cross (self, theOther) | |
| Crossed (self, theOther) | |
| Dot (self, theOther) | |
| Transform (self, theTrsf) | |
| Transformed (self, theTrsf) | |
| Rotate (self, theAxis, theAngle) | |
| Rotated (self, theAxis, theAngle) | |
| Mirror (self, *args) | |
| Mirrored (self, *args) | |
| Access (self, theIndex) | |
Vector Vector.hxx cadex/Geom/Vector.hxx.
Defines a 3D vector.
| manufacturingtoolkit.CadExMTK.Geom_Vector.__init__ | ( | self, | |
| * | args ) |
Overload 1: Constructor.
|
Overload 2: Constructor.