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

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

Public Member Functions

bool Equals (Position3D other)
 
override int GetHashCode ()
 
 Position3D (float3 position)
 

Properties

float3 Position [get, set]
 
- Properties inherited from IPosition3D

Detailed Description

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

Property Documentation

◆ Position

float3 Position
getset

Implements IPosition3D.