Class WireframeCalculator

java.lang.Object
su.nightexpress.excellentclaims.api.highlight.WireframeCalculator
All Implemented Interfaces:
HighlightCalculator

@NullMarked public class WireframeCalculator extends Object implements HighlightCalculator
  • Constructor Details

    • WireframeCalculator

      public WireframeCalculator()
  • Method Details

    • calculateVisiblePoints

      public Set<HighlightPoint> calculateVisiblePoints(su.nightexpress.nightcore.util.geodata.Cuboid selectedRegion, su.nightexpress.nightcore.util.geodata.Cuboid playerFOV)
      Description copied from interface: HighlightCalculator
      Calculates the points of the target region that fall within the view bounds.
      Specified by:
      calculateVisiblePoints in interface HighlightCalculator