EndPoint
概述
EndPoint 是一个在Aspose.3D FOSS中的结构.
终点可以是参数值或卡特斯点.
这个结构提供了4种方法,用于在NET程序中与EndPoint对象工作. 有的方法包括: EndPoint, FromDegree, FromRadian, ToString. 所有公众成员在安装了Aspose.3D FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: AsPoint, AsValue, IsCartesianPoint.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
IsCartesianPoint | bool | 阅读 | 得到的是卡特西点. |
AsPoint | Vector3 | 阅读 | 得到了这个点. |
AsValue | double | 阅读 | 得到一个值. |
方法
| Signature | 描述情况 |
|---|---|
EndPoint(point: Vector3) | 卡特斯点 |
EndPoint(v: double) | 参数值 |
FromDegree(degree: double) | 终点 |
FromRadian(radian: double) | 终点 |
ToString() | 字符串表示 |