Class BoneJoint

Namespace
Elegy.Common.Assets.MeshData
Assembly
Elegy.Common.dll

Represents a joint between 2 bones. It is basically a transformation matrix with a name.

public class BoneJoint
Inheritance
BoneJoint
Inherited Members

Properties

Name

public string Name { get; set; }

Property Value

string

Parent

public string Parent { get; set; }

Property Value

string

Transform

public Matrix4x4 Transform { get; set; }

Property Value

Matrix4x4