Skip to content

Commit

Permalink
Unreal adaptor: adding FLargeWorldCoordinatesReal = double;
Browse files Browse the repository at this point in the history
  • Loading branch information
attcs committed Mar 10, 2024
1 parent a3a5070 commit a1de388
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adaptor.unreal.h
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ namespace OrthoTree


// Orthotree Core Types
using FLargeWorldCoordinatesReal = double;

using FQuadtreePoint = OrthoTree::UnrealAdaptor::QuadtreePointTemplate<FLargeWorldCoordinatesReal, FVector2D, FBox2D>;
using FQuadtreePoint2D = FQuadtreePoint;
Expand Down

0 comments on commit a1de388

Please sign in to comment.