Astra SDK
v2.1.3
|
Struct representing a geometric 3-dimensional plane 更多...
#include <body_types.h>
Public 属性 | |
float | a |
A coefficient | |
float | b |
B coefficient | |
float | c |
C coefficient | |
float | d |
D coefficient | |
Struct representing a geometric 3-dimensional 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