Uses of Enum Class
zombie.core.math.PZMath.SideOfLine
Packages that use PZMath.SideOfLine
-
Uses of PZMath.SideOfLine in zombie.core.math
Subclasses with type arguments of type PZMath.SideOfLine in zombie.core.mathMethods in zombie.core.math that return PZMath.SideOfLineModifier and TypeMethodDescriptionstatic PZMath.SideOfLine
PZMath.testSideOfLine
(float x1, float y1, float x2, float y2, float px, float py) static PZMath.SideOfLine
Returns the enum constant of this class with the specified name.static PZMath.SideOfLine[]
PZMath.SideOfLine.values()
Returns an array containing the constants of this enum class, in the order they are declared.