mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 12:16:17 +08:00
@@ -140,9 +140,8 @@ bool expandOrShrinkPolygon(const matrix::Vector2f *vertices_in, int num_vertices
|
|||||||
matrix::Vector2f *vertices_out);
|
matrix::Vector2f *vertices_out);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Map an unordered pair (i, j) of node indices to a flat array index for storing
|
* Map the upper triangular matrix WITHOUT the diagonal into a flat array. Caller must ensure i != j.
|
||||||
* symmetric pairwise values (e.g. distances where d(i,j) == d(j,i)). Diagonal
|
*
|
||||||
* entries (i == j) are not stored; caller must ensure i != j.
|
|
||||||
*
|
*
|
||||||
* Required array size is num_nodes * (num_nodes - 1) / 2.
|
* Required array size is num_nodes * (num_nodes - 1) / 2.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user