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 | Vector3 | Right hand side value. |
See Also
- module
aspose.threed.utilities
- class
Vector3