FVector3
概述
FVector3 是 .NET 的 Aspose.3D FOSS 中的一個構造。. 继承: IComparable<FVector3>.
代表一个3D vector
该结构提供10种方法,以便在 .NET 程序中使用 FVector3 对象。. 可用的方法包括: CompareTo, Cross, FVector3, Normalize, Parse, ToString. 所有公共成员都可以在安装 Aspose.3D FOSS for .NET 包后访问任何 .net 应用程序。. 属性: One, UnitX, UnitY, UnitZ, Zero.
属性
| 名称 | 类型 | Access | 描述 |
|---|---|---|---|
Zero | FVector3 | 阅读 | 获取零。. |
One | FVector3 | 阅读 | 获取该对象。. |
UnitX | FVector3 | 阅读 | 获取单位 x。. |
UnitY | FVector3 | 阅读 | 获取单位 y。. |
UnitZ | FVector3 | 阅读 | 获取单位 z。. |
方法
| Signature | 描述 |
|---|---|
FVector3(x: float, y: float, z: float) | 创建一个与指定 x、y 和 z 浮动组件的 vector |
FVector3(xy: FVector2, z: float) | 这个 FVector3 例子中,请在 F Vector 3(xy, z) 中呼叫。. |
FVector3(vec: FVector4) | 此 FVector3 例子中呼叫 Fvector 3(vec)。. |
FVector3(vec: Vector4) | 此 FVector3 例子中呼叫 Fvector 3(vec)。. |
FVector3(vec: Vector3) | 此 FVector3 例子中呼叫 Fvector 3(vec)。. |
CompareTo(other: FVector3) | 请在这个 FVector3 例子上打电话 CompareTo(其他)。. |
Parse(input: string) | 呼叫 Parse(输入) 在此 FVector3 例子。. |
Normalize() | 呼叫在这个 FVector3 例子上正常化。. |
Cross(rhs: FVector3) | 此 FVector3 例子中呼叫 Cross(rhs) 。. |
ToString() | 请在这个 FVector3 例子上打电话 ToString。. |