Uses of Class
org.joml.Circlef
-
Packages that use Circlef Package Description org.joml Contains all classes of JOML. -
-
Uses of Circlef in org.joml
Methods in org.joml that return Circlef Modifier and Type Method Description CirclefCirclef. translate(float x, float y)Translatethisby the vector(x, y).CirclefCirclef. translate(float x, float y, Circlef dest)Translatethisby the vector(x, y)and store the result indest.CirclefCirclef. translate(Vector2fc xy)Translatethisby the given vectorxy.CirclefCirclef. translate(Vector2fc xy, Circlef dest)Translatethisby the given vectorxyand store the result indest.Methods in org.joml with parameters of type Circlef Modifier and Type Method Description CirclefCirclef. translate(float x, float y, Circlef dest)Translatethisby the vector(x, y)and store the result indest.CirclefCirclef. translate(Vector2fc xy, Circlef dest)Translatethisby the given vectorxyand store the result indest.Constructors in org.joml with parameters of type Circlef Constructor Description Circlef(Circlef source)Create a newCirclefas a copy of the givensource.
-