public class Line extends ColladaElement
The line.
Constructor and Description |
---|
Line() |
Modifier and Type | Method and Description |
---|---|
String |
getDirection()
Gets or sets the direction.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
String |
getOrigin()
Gets or sets the origin.
|
void |
setDirection(String value)
Gets or sets the direction.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setOrigin(String value)
Gets or sets the origin.
|
public final String getOrigin()
Gets or sets the origin. Contains three floating-point numbers that describe the origin of the line.
public final void setOrigin(String value)
Gets or sets the origin. Contains three floating-point numbers that describe the origin of the line.
public final String getDirection()
Gets or sets the direction. Contains three floating-point numbers that describe the direction of the line as a unit vector.
public final void setDirection(String value)
Gets or sets the direction. Contains three floating-point numbers that describe the direction of the line as a unit vector.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.