- hasIntersection(Line, Line) - Method in class net.returnvoid.graphics.shape.Curve
-
Tests if a curve segment has a intersection with the given line.
- hasIntersection(Line, Line, boolean) - Method in class net.returnvoid.graphics.shape.Curve
-
Tests if a curve segment has a intersection with the given line.
- hasIntersection(Line) - Method in class net.returnvoid.graphics.shape.Line
-
Tests if two lines have an intersection.
- hasIntersection(Line, boolean) - Method in class net.returnvoid.graphics.shape.Line
-
Tests if two lines have an intersection.
- hasIntersection(Line, Line) - Static method in class net.returnvoid.graphics.shape.Line
-
Tests if two lines have an intersection.
- hasIntersection(Line, Line, boolean) - Static method in class net.returnvoid.graphics.shape.Line
-
Tests if two lines have an intersection.
- HSBColor - Class in net.returnvoid.color
-
A model for color in HSB color space.
- HSBColor(Float, Float, Float) - Constructor for class net.returnvoid.color.HSBColor
-
Creates a new opaque HSBColor object.
- HSBColor(Float, Float, Float, Float) - Constructor for class net.returnvoid.color.HSBColor
-
Creates a new HSBColor object.
- HSBColor(float...) - Constructor for class net.returnvoid.color.HSBColor
-
Creates a new HSBColor object.
- hsbCone(RColor, RColor) - Static method in class net.returnvoid.color.ColorDifference
-
Calculates the difference / distance between two colors using HSB
Euclidean distance using the 3D interpretation of the color model.
- hsbCylinder(RColor, RColor) - Static method in class net.returnvoid.color.ColorDifference
-
Calculates the difference / distance between two colors using HSB
Euclidean distance using the 3D interpretation of the color model.
- hsbEuclidean(RColor, RColor) - Static method in class net.returnvoid.color.ColorDifference
-
Calculates the difference / distance between two colors using HSB
Euclidean distance.