public class PointF extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(float x,
float y) |
void |
negate() |
void |
offset(float dx,
float dy) |
void |
set(float x,
float y) |
void |
set(PointF p) |
public final void set(float x, float y)
public final void set(PointF p)
public final void negate()
public final void offset(float dx, float dy)
public final boolean equals(float x, float y)
Copyright © 2015–2019. All rights reserved.