A Sandcastle Documented Class Library
Joint Constructor (name, inverseBind)
NamespacesCollada.SkinningJointJoint(String, Matrix)
Creates a new Joint object
Declaration Syntax
C#Visual BasicVisual C++
public Joint(
	string name,
	Matrix inverseBind
)
Public Sub New ( _
	name As String, _
	inverseBind As Matrix _
)
public:
Joint(
	String^ name, 
	Matrix^ inverseBind
)
Parameters
name (String)
Name of the joint
inverseBind (Matrix)
Inverse-Bind matrix for the joint

Assembly: Collada (Module: Collada) Version: 1.0.0.0 (1.0.0.0)