Class DgnQuaternion

DgnQuaternion class

DgnQuaternion class

public class DgnQuaternion

Constructors

NameDescription
DgnQuaternion()Initializes a new instance of the DgnQuaternion class.
DgnQuaternion(long, long, long, long)Initializes a new instance of the DgnQuaternion class.

Properties

NameDescription
W { get; }Gets the w.
X { get; }Gets the x.
Y { get; }Gets the y.
Z { get; }Gets the z.

See Also