angle_between method
angle_between
Calculate the inner angle between two direction Two direction can be non-normalized vectors
Returns
inner angle in radian
def angle_between(self, dir):
...
Parameter | Type | Description |
---|---|---|
dir | Vector3 | The direction vector to compare with |
angle_between
Calculate the inner angle between two direction Two direction can be non-normalized vectors
Returns
inner angle in radian
def angle_between(self, dir, up):
...
Parameter | Type | Description |
---|---|---|
dir | Vector3 | The direction vector to compare with |
up | Vector3 | The up vector of the two direction’s shared plane |
See Also
- module
aspose.threed.utilities
- class
Vector3