WPILibC++ 2024.3.2
frc::AprilTagDetection::Point Struct Reference

A point. More...

#include <frc/apriltag/AprilTagDetection.h>

Public Attributes

double x
 
double y
 

Detailed Description

A point.

Used for center and corner points.

Member Data Documentation

◆ x

double frc::AprilTagDetection::Point::x

◆ y

double frc::AprilTagDetection::Point::y

The documentation for this struct was generated from the following file: