public class SFMatrix4f extends X3DField
Constructor and Description |
---|
SFMatrix4f() |
SFMatrix4f(SFVec4f firstValue,
SFVec4f secondValue,
SFVec4f thirdValue,
SFVec4f fourthValue) |
Modifier and Type | Method and Description |
---|---|
static SFMatrix4f |
convert(SFMatrix4d value) |
SFVec4f |
getFirstValue() |
SFVec4f |
getFourthValue() |
SFVec4f |
getSecondValue() |
String |
getStringValue() |
SFVec4f |
getThirdValue() |
void |
setFirstValue(SFVec4f firstValue) |
void |
setFourthValue(SFVec4f fourthValue) |
void |
setSecondValue(SFVec4f secondValue) |
void |
setStringValue(String value) |
void |
setThirdValue(SFVec4f thirdValue) |
String |
toString() |
public SFVec4f getFirstValue()
public void setFirstValue(SFVec4f firstValue)
public SFVec4f getSecondValue()
public void setSecondValue(SFVec4f secondValue)
public SFVec4f getThirdValue()
public void setThirdValue(SFVec4f thirdValue)
public SFVec4f getFourthValue()
public void setFourthValue(SFVec4f fourthValue)
public String getStringValue()
public void setStringValue(String value)
public static SFMatrix4f convert(SFMatrix4d value)