dot method
dot(self, rhs)
Gets the dot product of two vectors
Returns
The dot product of the two vectors.
def dot(self, rhs):
...
| Parameter | Type | Description |
|---|---|---|
| rhs | aspose.threed.utilities.Vector2 | Right hand side value. |
See Also
- module
aspose.threed.utilities - class
Vector2