Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Pathing.SampleCircle Class Reference

Represents a circle (in 2D) to sample points within. More...

Public Member Functions

 SampleCircle (Vector2 center, float radius)

Properties

Vector2 Center [get]
 The center of the circle.
float Radius [get]
 The radius of the circle.

Detailed Description

Represents a circle (in 2D) to sample points within.

Constructor & Destructor Documentation

◆ SampleCircle()

ff14bot.Pathing.SampleCircle.SampleCircle ( Vector2 center,
float radius )

Property Documentation

◆ Center

Vector2 ff14bot.Pathing.SampleCircle.Center
get

The center of the circle.

◆ Radius

float ff14bot.Pathing.SampleCircle.Radius
get

The radius of the circle.