• Api Documentation
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • JeremyAnsel.Media.DirectXFile
      • XAnimation
      • XAnimationKey
      • XAnimationKeyType
      • XAnimationSet
      • XColorRgb
      • XColorRgba
      • XCoords2d
      • XEffectInstance
      • XFile
      • XFormat
      • XFrame
      • XFrameCamera
      • XMaterial
      • XMatrix4x4
      • XMesh
      • XSkinWeights
      • XVector
      • XVertexElement
      • XVertexElementDataType
      • XVertexElementMethod
      • XVertexElementUsage

    Class XVector

    Inheritance
    object
    XVector
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: JeremyAnsel.Media.DirectXFile
    Assembly: JeremyAnsel.Media.DirectXFile.dll
    Syntax
    public sealed class XVector

    Properties

    | Edit this page View Source

    X

    Declaration
    public float X { get; set; }
    Property Value
    Type Description
    float
    | Edit this page View Source

    Y

    Declaration
    public float Y { get; set; }
    Property Value
    Type Description
    float
    | Edit this page View Source

    Z

    Declaration
    public float Z { get; set; }
    Property Value
    Type Description
    float

    Methods

    | Edit this page View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2020-2022 Jérémy Ansel