cross method
cross
The cross product of two vectors.
Returns
Result of cross
def cross(self, vc1, vc2):
...
Parameter | Type | Description |
---|---|---|
vc1 | Cad3DPoint | The first vector |
vc2 | Cad3DPoint | The second vector |
The cross product of two vectors.
Result of cross
def cross(self, vc1, vc2):
...
Parameter | Type | Description |
---|---|---|
vc1 | Cad3DPoint | The first vector |
vc2 | Cad3DPoint | The second vector |