Interface HighlightCalculator
- All Known Implementing Classes:
WireframeCalculator
@NullMarked
public interface HighlightCalculator
-
Method Summary
Modifier and TypeMethodDescriptioncalculateVisiblePoints(su.nightexpress.nightcore.util.geodata.Cuboid selectedRegion, su.nightexpress.nightcore.util.geodata.Cuboid view) Calculates the points of the target region that fall within the view bounds.
-
Method Details
-
calculateVisiblePoints
Set<HighlightPoint> calculateVisiblePoints(su.nightexpress.nightcore.util.geodata.Cuboid selectedRegion, su.nightexpress.nightcore.util.geodata.Cuboid view) Calculates the points of the target region that fall within the view bounds.
-