|
Astra SDK
v2.1.3
|
Public 成员函数 | |
| Plane (float a, float b, float c, float d) | |
| override string | ToString () |
Public 属性 | |
| float | A |
| float | B |
| float | C |
| float | D |
3D geometric plane Represents a 3D plane. The normal of the plane is defined to be(A, B, C). The plane coefficients and real world coordinates(x, y, and z) are related by the plane equation: Ax + By + Cz + D = 0
The type Plane.