Uses of Class
be.yildizgames.common.geometry.Point2D
-
-
Uses of Point2D in be.yildizgames.common.geometry
Fields in be.yildizgames.common.geometry declared as Point2D Modifier and Type Field Description static Point2DPoint2D. ZERO0,0 coordinate point.Methods in be.yildizgames.common.geometry that return Point2D Modifier and Type Method Description Point2DPoint2D. add(float xValue, float yValue)Add this point values by the parameter x,y values.Point2DPoint2D. add(Point2D point)Add this point values by the parameter point values.Point2DPoint2D. multiplyByScalar(float scalar)Multiply the point x and y by the scalar value.Point2DPoint2D. subtract(float xValue, float yValue)Subtract this point values by the parameter x,y values.Point2DPoint2D. subtract(Point2D point)Subtract this point values by the parameter point values.static Point2DPoint2D. valueOf(float x, float y)Methods in be.yildizgames.common.geometry with parameters of type Point2D Modifier and Type Method Description Point2DPoint2D. add(Point2D point)Add this point values by the parameter point values.booleanRectangle. contain(Point2D point)Check if a point is contained in this rectangle.Point2DPoint2D. subtract(Point2D point)Subtract this point values by the parameter point values.
-