CustomVertex.PositionNormalColoredとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > CustomVertex.PositionNormalColoredの意味・解説 

CustomVertex.PositionNormalColored コンストラクタ

CustomVertex.PositionNormalColored 構造体新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

名前 説明
CustomVertex.PositionNormalColored (Vector3, Vector3, Int32) CustomVertex.PositionNormalColored 構造体新しインスタンス初期化します。

.NET Compact Framework によってサポートされています。

CustomVertex.PositionNormalColored (Single, Single, Single, Single, Single, Single, Int32) CustomVertex.PositionNormalColored 構造体新しインスタンス初期化します。

.NET Compact Framework によってサポートされています。

参照参照

関連項目

CustomVertex.PositionNormalColored 構造体
CustomVertex.PositionNormalColored メンバ
Microsoft.WindowsMobile.DirectX.Direct3D 名前空間

CustomVertex.PositionNormalColored コンストラクタ (Vector3, Vector3, Int32)

CustomVertex.PositionNormalColored 構造体新しインスタンス初期化します。

名前空間: Microsoft.WindowsMobile.DirectX.Direct3D
アセンブリ: Microsoft.WindowsMobile.DirectX (microsoft.windowsmobile.directx.dll 内)
構文構文

Public Sub New ( _
    value As Vector3, _
    nor As Vector3, _
    c As Integer _
)
Dim value As Vector3
Dim nor As Vector3
Dim c As Integer

Dim instance As New PositionNormalColored(value,
 nor, c)
public PositionNormalColored (
    Vector3 value,
    Vector3 nor,
    int c
)
public:
PositionNormalColored (
    Vector3 value, 
    Vector3 nor, 
    int c
)
public PositionNormalColored (
    Vector3 value, 
    Vector3 nor, 
    int c
)
public function PositionNormalColored (
    value : Vector3, 
    nor : Vector3, 
    c : int
)

パラメータ

value

頂点位置格納している Vector3 構造体

nor

頂点法線データ格納している Vector3 構造体

c

頂点の色の値を表す整数

.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CustomVertex.PositionNormalColored 構造体
CustomVertex.PositionNormalColored メンバ
Microsoft.WindowsMobile.DirectX.Direct3D 名前空間

CustomVertex.PositionNormalColored コンストラクタ (Single, Single, Single, Single, Single, Single, Int32)

CustomVertex.PositionNormalColored 構造体新しインスタンス初期化します。

名前空間: Microsoft.WindowsMobile.DirectX.Direct3D
アセンブリ: Microsoft.WindowsMobile.DirectX (microsoft.windowsmobile.directx.dll 内)
構文構文

Public Sub New ( _
    xValue As Single, _
    yValue As Single, _
    zValue As Single, _
    nxValue As Single, _
    nyValue As Single, _
    nzValue As Single, _
    c As Integer _
)
Dim xValue As Single
Dim yValue As Single
Dim zValue As Single
Dim nxValue As Single
Dim nyValue As Single
Dim nzValue As Single
Dim c As Integer

Dim instance As New PositionNormalColored(xValue,
 yValue, zValue, nxValue, nyValue, nzValue, c)
public PositionNormalColored (
    float xValue,
    float yValue,
    float zValue,
    float nxValue,
    float nyValue,
    float nzValue,
    int c
)
public:
PositionNormalColored (
    float xValue, 
    float yValue, 
    float zValue, 
    float nxValue, 
    float nyValue, 
    float nzValue, 
    int c
)
public PositionNormalColored (
    float xValue, 
    float yValue, 
    float zValue, 
    float nxValue, 
    float nyValue, 
    float nzValue, 
    int c
)
public function PositionNormalColored (
    xValue : float, 
    yValue : float, 
    zValue : float, 
    nxValue : float, 
    nyValue : float, 
    nzValue : float, 
    c : int
)

パラメータ

xValue

位置x 座標を表す浮動小数点値。

yValue

位置y 座標を表す浮動小数点値。

zValue

位置の z 座標を表す浮動小数点値。

nxValue

頂点法線nx 座標を表す浮動小数点値。

nyValue

頂点法線ny 座標を表す浮動小数点値。

nzValue

頂点法線nz 座標を表す浮動小数点値。

c

頂点カラー値を表す整数

.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CustomVertex.PositionNormalColored 構造体
CustomVertex.PositionNormalColored メンバ
Microsoft.WindowsMobile.DirectX.Direct3D 名前空間

CustomVertex.PositionNormalColored フィールド


パブリック フィールドパブリック フィールド

  名前 説明
パブリック フィールド Z 位置の z 構成要素表します
参照参照

関連項目

CustomVertex.PositionNormalColored 構造体
Microsoft.WindowsMobile.DirectX.Direct3D 名前空間

その他の技術情報

Mobile Direct3D プログラミング

CustomVertex.PositionNormalColored プロパティ


パブリック プロパティパブリック プロパティ

  名前 説明
パブリック プロパティ StrideSize CustomVertex.PositionNormalColored 構造体サイズ取得します
参照参照

関連項目

CustomVertex.PositionNormalColored 構造体
Microsoft.WindowsMobile.DirectX.Direct3D 名前空間

その他の技術情報

Mobile Direct3D プログラミング

CustomVertex.PositionNormalColored メソッド


CustomVertex.PositionNormalColored メンバ

位置データ、色データ、および法線データ格納するカスタム頂点形式構造体を表します

CustomVertex.PositionNormalColored データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
  名前 説明
パブリック メソッド CustomVertex.PositionNormalColored オーバーロードされます。 CustomVertex.PositionNormalColored 構造体新しインスタンス初期化します。
パブリック フィールドパブリック フィールド
  名前 説明
パブリック フィールド Z 位置の z 構成要素表します
パブリック プロパティパブリック プロパティ
  名前 説明
パブリック プロパティ StrideSize CustomVertex.PositionNormalColored 構造体サイズ取得します
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

CustomVertex.PositionNormalColored 構造体
Microsoft.WindowsMobile.DirectX.Direct3D 名前空間

その他の技術情報

Mobile Direct3D プログラミング

CustomVertex.PositionNormalColored 構造体

位置データ、色データ、および法線データ格納するカスタム頂点形式構造体を表します

名前空間: Microsoft.WindowsMobile.DirectX.Direct3D
アセンブリ: Microsoft.WindowsMobile.DirectX (microsoft.windowsmobile.directx.dll 内)
構文構文

Public Structure PositionNormalColored
Dim instance As PositionNormalColored
public struct PositionNormalColored
public value class PositionNormalColored
public final class PositionNormalColored extends
 ValueType
JScript では、構造体使用できますが、新規に宣言することはできません。
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CustomVertex.PositionNormalColored メンバ
Microsoft.WindowsMobile.DirectX.Direct3D 名前空間
その他の技術情報
Mobile Direct3D プログラミング



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「CustomVertex.PositionNormalColored」の関連用語

CustomVertex.PositionNormalColoredのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



CustomVertex.PositionNormalColoredのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS