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