C# Class ColladaXna.Base.Geometry.Joint

Representation of a joint of a skeleton. Sometimes also called "Bone".
Inheritance: IAddress
Afficher le fichier Open project: Bunkerbewohner/ColladaXna Class Usage Examples

Méthodes publiques

Свойство Type Description
Children JointList
Index int
InvBindPose Matrix
Transform Matrix

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Joint ( ) : System
Joint ( string name ) : System

Creates a new Joint by the given name. If no name is supplied (null) a generic name is created.

ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Joint() public méthode

public Joint ( ) : System
Résultat System

Joint() public méthode

Creates a new Joint by the given name. If no name is supplied (null) a generic name is created.
public Joint ( string name ) : System
name string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Children public_oe property

List of child joints or null if there are none
public JointList Children
Résultat JointList

Index public_oe property

Index of this joint in its joint collection
public int Index
Résultat int

InvBindPose public_oe property

Inverse Bind-Pose Matrix of this joint
public Matrix InvBindPose
Résultat Matrix

Transform public_oe property

Local Transformation of this joint
public Matrix Transform
Résultat Matrix