Structure representing a plane defined by a point and a normal, or a plane equation. More...
Attributes | |
sl.ERROR_CODE | ErrorCode |
sl.ERROR_CODE returned by the ZED SDK when the plane detection was attempted. More... | |
PLANE_TYPE | Type |
Type of the plane defined by its orientation. More... | |
Vector3 | PlaneNormal |
Plane normalized normal vector. More... | |
Vector3 | PlaneCenter |
Plane center point. More... | |
Vector3 | PlaneTransformPosition |
Plane position relative to the global reference frame. More... | |
Quaternion | PlaneTransformOrientation |
Plane orientation relative to the global reference frame. More... | |
Vector4 | PlaneEquation |
Plane equation coefficients {a, b, c, d} . More... | |
Vector2 | Extents |
Gets the width and height of the bounding rectangle around the plane contours. More... | |
int | BoundsSize |
Size of Bounds. More... | |
Vector3[] | Bounds |
Array of 3D points forming a polygon bounds corresponding to the current visible limits of the plane. More... | |
Structure representing a plane defined by a point and a normal, or a plane equation.
sl.ERROR_CODE ErrorCode |
sl.ERROR_CODE returned by the ZED SDK when the plane detection was attempted.
PLANE_TYPE Type |
Type of the plane defined by its orientation.
Vector3 PlaneNormal |
Plane normalized normal vector.
Vector3 PlaneCenter |
Plane center point.
Vector3 PlaneTransformPosition |
Plane position relative to the global reference frame.
Quaternion PlaneTransformOrientation |
Plane orientation relative to the global reference frame.
Vector4 PlaneEquation |
Plane equation coefficients {a, b, c, d}
.
ax + by + cz = d
. Vector2 Extents |
Gets the width and height of the bounding rectangle around the plane contours.
int BoundsSize |
Size of Bounds.
Vector3 [] Bounds |
Array of 3D points forming a polygon bounds corresponding to the current visible limits of the plane.