public class SFMatrix3f extends X3DField
Constructor and Description |
---|
SFMatrix3f() |
SFMatrix3f(SFVec3f firstValue,
SFVec3f secondValue,
SFVec3f thirdValue) |
Modifier and Type | Method and Description |
---|---|
static SFMatrix3f |
convert(SFMatrix3d value) |
SFVec3f |
getFirstValue() |
SFVec3f |
getSecondValue() |
String |
getStringValue() |
SFVec3f |
getThirdValue() |
void |
setFirstValue(SFVec3f firstValue) |
void |
setSecondValue(SFVec3f secondValue) |
void |
setStringValue(String value) |
void |
setThirdValue(SFVec3f thirdValue) |
String |
toString() |
public SFVec3f getFirstValue()
public void setFirstValue(SFVec3f firstValue)
public SFVec3f getSecondValue()
public void setSecondValue(SFVec3f secondValue)
public SFVec3f getThirdValue()
public void setThirdValue(SFVec3f thirdValue)
public String getStringValue()
public void setStringValue(String value)
public static SFMatrix3f convert(SFMatrix3d value)