from_radian method
from_radian(, degree)
Create an end point measured in radian.
Returns
An end point constructed from radian
@staticmethod
def from_radian(degree):
...
Parameter | Type | Description |
---|---|---|
degree | float | The value in radian |
See Also
- module
aspose.threed.entities
- class
EndPoint