DOTS Geometry
 
Loading...
Searching...
No Matches
Position2D Struct Reference

A 2D Point that can be used within generic spatial data structures like KD-Trees etc. More...

Public Member Functions

bool Equals (Position2D other)
 
override int GetHashCode ()
 
 Position2D (float2 position)
 

Properties

float2 Position [get, set]
 
- Properties inherited from IPosition2D

Detailed Description

A 2D Point that can be used within generic spatial data structures like KD-Trees etc.

Property Documentation

◆ Position

float2 Position
getset

Implements IPosition2D.