Line

Inheritance: java.lang.Object, ColladaElement

The line.

Constructors

ConstructorDescription
Line()

Methods

MethodDescription
getOrigin()Gets or sets the origin. Contains three floating-point numbers that describe the origin of the line.
setOrigin(String value)Gets or sets the origin. Contains three floating-point numbers that describe the origin of the line.
getDirection()Gets or sets the direction. Contains three floating-point numbers that describe the direction of the line as a unit vector.
setDirection(String value)Gets or sets the direction. Contains three floating-point numbers that describe the direction of the line as a unit vector.
getExtra()Gets or sets the extra.
setExtra(Extra[] value)Gets or sets the extra.

Line()

public Line()

getOrigin()

public final String getOrigin()

Gets or sets the origin. Contains three floating-point numbers that describe the origin of the line.

Returns: String

setOrigin(String value)

public final void setOrigin(String value)

Gets or sets the origin. Contains three floating-point numbers that describe the origin of the line.

getDirection()

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.

Returns: String

setDirection(String value)

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.

getExtra()

public final Extra[] getExtra()

Gets or sets the extra.

Returns: Extra[]

setExtra(Extra[] value)

public final void setExtra(Extra[] value)

Gets or sets the extra.