CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriAtomEx.Vector

    3次元ベクトル構造体

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: CriWare
    Assembly: CriWare.CriAtom.dll
    Syntax
    public struct CriAtomEx.Vector
    Remarks

    説明: 3次元ベクトルを扱うための構造体です。

    Fields

    x

    Declaration
    public float x
    Field Value
    Type Description
    float
    Remarks

    X軸の要素

    y

    Declaration
    public float y
    Field Value
    Type Description
    float
    Remarks

    Y軸の要素

    z

    Declaration
    public float z
    Field Value
    Type Description
    float
    Remarks

    Z軸の要素

    In this article
    Back to top Generated by DocFX