Methods
Modifier and Type |
Method and Description |
void |
add(SFVec4f value) |
static SFVec4f |
add(SFVec4f lhs,
SFVec4f rhs) |
SFVec4f |
clone() |
void |
componentwiseDivide(SFVec4f value) |
static SFVec4f |
componentwiseDivide(SFVec4f lhs,
SFVec4f rhs) |
void |
componentwiseMultiply(SFVec4f value) |
static SFVec4f |
componentwiseMultiply(SFVec4f lhs,
SFVec4f rhs) |
static SFVec4f |
convert(SFVec4d value) |
SFVec4f |
crossProduct(SFVec4f value) |
Float |
dotProduct(SFVec4f value) |
SFFloat |
getFirstValue() |
SFFloat |
getFourthValue() |
SFFloat |
getSecondValue() |
String |
getStringValue() |
SFFloat |
getThirdValue() |
Float |
length() |
void |
normalize() |
void |
scalarDivide(Float value) |
void |
scalarDivide(SFFloat value) |
static SFVec4f |
scalarDivide(SFVec4f lhs,
Float rhs) |
static SFVec4f |
scalarDivide(SFVec4f lhs,
SFFloat rhs) |
void |
scalarMultiply(Float value) |
static SFVec4f |
scalarMultiply(Float lhs,
SFVec4f rhs) |
void |
scalarMultiply(SFFloat value) |
static SFVec4f |
scalarMultiply(SFFloat lhs,
SFVec4f rhs) |
static SFVec4f |
scalarMultiply(SFVec4f lhs,
Float rhs) |
static SFVec4f |
scalarMultiply(SFVec4f lhs,
SFFloat rhs) |
void |
setFirstValue(SFFloat firstValue) |
void |
setFourthValue(SFFloat fourthValue) |
void |
setSecondValue(SFFloat secondValue) |
void |
setStringValue(String value) |
void |
setThirdValue(SFFloat thirdValue) |
void |
subtract(SFVec4f value) |
static SFVec4f |
subtract(SFVec4f lhs,
SFVec4f rhs) |
String |
toString() |