C# Class Wxv.Swg.Common.Files.SkeletonExtensions

Afficher le fichier Open project: wverkley/Swg.Explorer

Méthodes publiques

Méthode Description
GlobalTransformMatrix ( this skeletonBone ) : Matrix
Indexes ( this skeleton ) : IEnumerable
IndexesAsString ( this skeleton, bool flipZ = false ) : string
LocalTransformMatrix ( this skeletonBone ) : Matrix
Position ( this skeletonBone, bool flipZ = false ) : Vector3
Positions ( this skeleton ) : IEnumerable
PositionsAsString ( this skeleton, bool flipZ = false ) : string
ToString ( this skeletonFile, TextWriter writer ) : void
ToString ( this skeletonBone, TextWriter writer, bool flipZ = false ) : void

Method Details

GlobalTransformMatrix() public static méthode

public static GlobalTransformMatrix ( this skeletonBone ) : Matrix
skeletonBone this
Résultat Matrix

Indexes() public static méthode

public static Indexes ( this skeleton ) : IEnumerable
skeleton this
Résultat IEnumerable

IndexesAsString() public static méthode

public static IndexesAsString ( this skeleton, bool flipZ = false ) : string
skeleton this
flipZ bool
Résultat string

LocalTransformMatrix() public static méthode

public static LocalTransformMatrix ( this skeletonBone ) : Matrix
skeletonBone this
Résultat Matrix

Position() public static méthode

public static Position ( this skeletonBone, bool flipZ = false ) : Vector3
skeletonBone this
flipZ bool
Résultat Vector3

Positions() public static méthode

public static Positions ( this skeleton ) : IEnumerable
skeleton this
Résultat IEnumerable

PositionsAsString() public static méthode

public static PositionsAsString ( this skeleton, bool flipZ = false ) : string
skeleton this
flipZ bool
Résultat string

ToString() public static méthode

public static ToString ( this skeletonFile, TextWriter writer ) : void
skeletonFile this
writer System.IO.TextWriter
Résultat void

ToString() public static méthode

public static ToString ( this skeletonBone, TextWriter writer, bool flipZ = false ) : void
skeletonBone this
writer System.IO.TextWriter
flipZ bool
Résultat void