|
Astra SDK
v2.1.3
|
Public 成员函数 | |
| Plane (float a, float b, float c, float d) | |
| float | getA () |
| float | getB () |
| float | getC () |
| float | getD () |
| String | toString () |
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