Bitmap for WPF
Vector3 構造体 メンバ
フィールド  プロパティ  メソッド 

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 : Vector3 構造体

Vector3データ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタオーバーロードされます。   
トップ
パブリック フィールド
 名前解説
Public フィールドstatic (Shared in Visual Basic)A Vector3with all of its components set to one.  
Public フィールドThe size of the Vector3type, in bytes.  
Public フィールドstatic (Shared in Visual Basic)The X unit Vector3(1, 0, 0).  
Public フィールドstatic (Shared in Visual Basic)The Y unit Vector3(0, 1, 0).  
Public フィールドstatic (Shared in Visual Basic)The Z unit Vector3(0, 0, 1).  
Public フィールドThe X component of the vector.  
Public フィールドThe Y component of the vector.  
Public フィールドThe Z component of the vector.  
Public フィールドstatic (Shared in Visual Basic)A Vector3with all of its components set to zero.  
トップ
パブリック プロパティ
 名前解説
Public プロパティGets a value indicting whether this instance is normalized.  
Public プロパティGets or sets the component at the specified index.  
Public プロパティGets the length of the vector.  
Public プロパティGets the squared length of the vector.  
トップ
パブリック メソッド
 名前解説
Public メソッドstatic (Shared in Visual Basic)Returns a vector whose elements are the absolute values of each of the specified vector's elements.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Calculates the absolute value vector.  
Public メソッドstatic (Shared in Visual Basic)Adds two vectors.  
Public メソッドstatic (Shared in Visual Basic)Adds two vectors.  
Public メソッドstatic (Shared in Visual Basic)Restricts a vector between a minimum and a maximum value.  
Public メソッドstatic (Shared in Visual Basic)Restricts a vector between a minimum and a maximum value.  
Public メソッドstatic (Shared in Visual Basic)Computes the cross product of two vectors.  
Public メソッドstatic (Shared in Visual Basic)Computes the cross product of two vectors.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Scales a vector by the given value.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Divides the specified vector by a specified scalar value.  
Public メソッドstatic (Shared in Visual Basic)Calculates the dot product of two vectors.  
Public メソッドstatic (Shared in Visual Basic)Calculates the dot product of two vectors.  
Public メソッドオーバーロードされます。 Determines whether the specified Vector3is equal to this instance.  
Public メソッドDetermines whether the specified Vector3 is equal to this instance.  
Public メソッドReturns a hash code for this instance.  
Public メソッドstatic (Shared in Visual Basic)Performs a linear interpolation between two vectors based on the given weighting.  
Public メソッドstatic (Shared in Visual Basic)Performs a linear interpolation between two vectors based on the given weighting.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Returns a vector containing the largest components of the specified vectors.  
Public メソッドstatic (Shared in Visual Basic)Returns a vector containing the smallest components of the specified vectors.  
Public メソッドstatic (Shared in Visual Basic)Returns a vector containing the smallest components of the specified vectors.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Scales a vector by the given value.  
Public メソッドstatic (Shared in Visual Basic)Scales a vector by the given value.  
Public メソッドstatic (Shared in Visual Basic)Reverses the direction of a given vector.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Reverses the direction of the vector.  
Public メソッドstatic (Shared in Visual Basic)Converts the vector into a unit vector.  
Public メソッドstatic (Shared in Visual Basic)オーバーロードされます。 Converts the vector into a unit vector.  
Public メソッドstatic (Shared in Visual Basic)Subtracts two vectors.  
Public メソッドstatic (Shared in Visual Basic)Subtracts two vectors.  
Public メソッドCreates an array containing the elements of the vector.  
Public メソッドオーバーロードされます。 Returns a System.Stringthat represents this instance.  
トップ
パブリック オペレータ
Adds two vectors.
オーバーロードされます。 Scales a vector by the given value.
Tests for equality between two objects.
オーバーロードされます。 Performs an explicit conversion from Vector3to Vector2.
Tests for inequality between two objects.
オーバーロードされます。 Scales a vector by the given value.
Subtracts two vectors.
Reverses the direction of a given vector.
トップ
参照

Vector3 構造体
C1.Util.DX 名前空間