HOG2
Functions
NaryTree.cpp File Reference
#include "NaryTree.h"
#include <iostream>
#include <cinttypes>
Include dependency graph for NaryTree.cpp:

Go to the source code of this file.

Functions

float sqdist (float x1, float y1, float x2, float y2)
 

Function Documentation

◆ sqdist()

float sqdist ( float  x1,
float  y1,
float  x2,
float  y2 
)

Definition at line 101 of file NaryTree.cpp.

Referenced by NaryTree::GetClosestNode().