Method | Description | |
---|---|---|
ToMatrix3D ( this matrix ) : |
||
ToPoint3D ( this skelPoint ) : System.Windows.Media.Media3D.Point3D | ||
ToVector3 ( this vector3D ) : Vector3 | ||
ToVector3D ( this point ) : System.Windows.Media.Media3D.Vector3D |
Method | Description | |
---|---|---|
AngleToRadian ( double angle ) : double | ||
GetMiddleVector ( System.Windows.Media.Media3D.Vector3D P1, System.Windows.Media.Media3D.Vector3D P2 ) : System.Windows.Media.Media3D.Vector3D | ||
GetMovementVector ( System.Windows.Media.Media3D.Point3D lastPos, System.Windows.Media.Media3D.Point3D currentPos ) : System.Windows.Vector | ||
NewCoordinateMatrix ( System.Windows.Media.Media3D.Vector3D vX, System.Windows.Media.Media3D.Vector3D vY, System.Windows.Media.Media3D.Vector3D vZ ) : |
public static ToMatrix3D ( this matrix ) : |
||
matrix | this | |
return |
public static ToPoint3D ( this skelPoint ) : System.Windows.Media.Media3D.Point3D | ||
skelPoint | this | |
return | System.Windows.Media.Media3D.Point3D |
public static ToVector3 ( this vector3D ) : Vector3 | ||
vector3D | this | |
return | Vector3 |
public static ToVector3D ( this point ) : System.Windows.Media.Media3D.Vector3D | ||
point | this | |
return | System.Windows.Media.Media3D.Vector3D |