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