Class Line

Line class

The line.

public class Line : ColladaElement

Constructors

NameDescription
Line()The default constructor.

Properties

NameDescription
Direction { get; set; }Gets or sets the direction. Contains three floating-point numbers that describe the direction of the line as a unit vector.
Extra { get; set; }Gets or sets the extra.
Origin { get; set; }Gets or sets the origin. Contains three floating-point numbers that describe the origin of the line.

See Also