Class WireframeCalculator
java.lang.Object
su.nightexpress.excellentclaims.api.highlight.WireframeCalculator
- All Implemented Interfaces:
HighlightCalculator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncalculateVisiblePoints(su.nightexpress.nightcore.util.geodata.Cuboid selectedRegion, su.nightexpress.nightcore.util.geodata.Cuboid playerFOV) Calculates the points of the target region that fall within the view bounds.
-
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:HighlightCalculatorCalculates the points of the target region that fall within the view bounds.- Specified by:
calculateVisiblePointsin interfaceHighlightCalculator
-