Methods
Modifier and Type |
Method and Description |
void |
add(SFVec2f value) |
static SFVec2f |
add(SFVec2f lhs,
SFVec2f rhs) |
SFVec2f |
clone() |
void |
componentwiseDivide(SFVec2f value) |
static SFVec2f |
componentwiseDivide(SFVec2f lhs,
SFVec2f rhs) |
void |
componentwiseMultiply(SFVec2f value) |
static SFVec2f |
componentwiseMultiply(SFVec2f lhs,
SFVec2f rhs) |
static SFVec2f |
convert(SFVec2d value) |
Float |
dotProduct(SFVec2f value) |
SFFloat |
getFirstValue() |
SFFloat |
getSecondValue() |
String |
getStringValue() |
Float |
length() |
void |
normalize() |
void |
scalarDivide(Float value) |
void |
scalarDivide(SFFloat value) |
static SFVec2f |
scalarDivide(SFVec2f lhs,
Float rhs) |
static SFVec2f |
scalarDivide(SFVec2f lhs,
SFFloat rhs) |
void |
scalarMultiply(Float value) |
static SFVec2f |
scalarMultiply(Float lhs,
SFVec2f rhs) |
void |
scalarMultiply(SFFloat value) |
static SFVec2f |
scalarMultiply(SFFloat lhs,
SFVec2f rhs) |
static SFVec2f |
scalarMultiply(SFVec2f lhs,
Float rhs) |
static SFVec2f |
scalarMultiply(SFVec2f lhs,
SFFloat rhs) |
void |
setFirstValue(SFFloat firstValue) |
void |
setSecondValue(SFFloat secondValue) |
void |
setStringValue(String value) |
void |
subtract(SFVec2f value) |
static SFVec2f |
subtract(SFVec2f lhs,
SFVec2f rhs) |
String |
toString() |