Methods
Modifier and Type |
Method and Description |
void |
add(SFVec3f value) |
static SFVec3f |
add(SFVec3f lhs,
SFVec3f rhs) |
SFVec3f |
clone() |
void |
componentwiseDivide(SFVec3f value) |
static SFVec3f |
componentwiseDivide(SFVec3f lhs,
SFVec3f rhs) |
void |
componentwiseMultiply(SFVec3f value) |
static SFVec3f |
componentwiseMultiply(SFVec3f lhs,
SFVec3f rhs) |
static SFVec3f |
convert(SFVec3d value) |
SFVec3f |
crossProduct(SFVec3f value) |
float |
dotProduct(SFVec3f value) |
boolean |
equals(Object other) |
SFFloat |
getFirstValue() |
SFFloat |
getSecondValue() |
String |
getStringValue() |
SFFloat |
getThirdValue() |
int |
hashCode() |
float |
length() |
void |
normalize() |
void |
scalarDivide(float value) |
void |
scalarDivide(SFFloat value) |
static SFVec3f |
scalarDivide(SFVec3f lhs,
float rhs) |
static SFVec3f |
scalarDivide(SFVec3f lhs,
SFFloat rhs) |
void |
scalarMultiply(Float value) |
static SFVec3f |
scalarMultiply(Float lhs,
SFVec3f rhs) |
void |
scalarMultiply(SFFloat value) |
static SFVec3f |
scalarMultiply(SFFloat lhs,
SFVec3f rhs) |
static SFVec3f |
scalarMultiply(SFVec3f lhs,
Float rhs) |
static SFVec3f |
scalarMultiply(SFVec3f lhs,
SFFloat rhs) |
void |
setFirstValue(SFFloat firstValue) |
void |
setSecondValue(SFFloat secondValue) |
void |
setStringValue(String value) |
void |
setThirdValue(SFFloat thirdValue) |
void |
subtract(SFVec3f value) |
static SFVec3f |
subtract(SFVec3f lhs,
SFVec3f rhs) |
String |
toString() |