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

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

CustomVertex.PositionNormalTextured コンストラクタ

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

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

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

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

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

参照参照

関連項目

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

CustomVertex.PositionNormalTextured コンストラクタ (Vector3, Vector3, Single, Single)

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

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

Public Sub New ( _
    value As Vector3, _
    nor As Vector3, _
    u As Single, _
    v As Single _
)
Dim value As Vector3
Dim nor As Vector3
Dim u As Single
Dim v As Single

Dim instance As New PositionNormalTextured(value,
 nor, u, v)
public PositionNormalTextured (
    Vector3 value,
    Vector3 nor,
    float u,
    float v
)
public:
PositionNormalTextured (
    Vector3 value, 
    Vector3 nor, 
    float u, 
    float v
)
public PositionNormalTextured (
    Vector3 value, 
    Vector3 nor, 
    float u, 
    float v
)
public function PositionNormalTextured (
    value : Vector3, 
    nor : Vector3, 
    u : float, 
    v : float
)

パラメータ

value

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

nor

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

u

テクスチャ座標u 構成要素を表す浮動小数点値。

v

テクスチャ座標v 構成要素を表す浮動小数点値。

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

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

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

名前空間: 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, _
    u As Single, _
    v As Single _
)
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 u As Single
Dim v As Single

Dim instance As New PositionNormalTextured(xValue,
 yValue, zValue, nxValue, nyValue, nzValue, u, v)
public PositionNormalTextured (
    float xValue,
    float yValue,
    float zValue,
    float nxValue,
    float nyValue,
    float nzValue,
    float u,
    float v
)
public:
PositionNormalTextured (
    float xValue, 
    float yValue, 
    float zValue, 
    float nxValue, 
    float nyValue, 
    float nzValue, 
    float u, 
    float v
)
public PositionNormalTextured (
    float xValue, 
    float yValue, 
    float zValue, 
    float nxValue, 
    float nyValue, 
    float nzValue, 
    float u, 
    float v
)
public function PositionNormalTextured (
    xValue : float, 
    yValue : float, 
    zValue : float, 
    nxValue : float, 
    nyValue : float, 
    nzValue : float, 
    u : float, 
    v : float
)

パラメータ

xValue

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

yValue

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

zValue

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

nxValue

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

nyValue

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

nzValue

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

u

テクスチャ座標u 構成要素を表す浮動小数点値。

v

テクスチャ座標v 構成要素を表す浮動小数点値。

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

CustomVertex.PositionNormalTextured フィールド


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

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

関連項目

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

その他の技術情報

Mobile Direct3D プログラミング

CustomVertex.PositionNormalTextured プロパティ


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

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

関連項目

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

その他の技術情報

Mobile Direct3D プログラミング

CustomVertex.PositionNormalTextured メソッド


CustomVertex.PositionNormalTextured メンバ

位置法線データ、およびテクスチャ座標 1 セットを含む、カスタム頂点形式構造体を表します

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


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

関連項目

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

その他の技術情報

Mobile Direct3D プログラミング

CustomVertex.PositionNormalTextured 構造体

位置法線データ、およびテクスチャ座標 1 セットを含む、カスタム頂点形式構造体を表します

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

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


このページでは「.NET Framework クラス ライブラリ リファレンス」からCustomVertex.PositionNormalTexturedを検索した結果を表示しています。
Weblioに収録されているすべての辞書からCustomVertex.PositionNormalTexturedを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からCustomVertex.PositionNormalTextured を検索

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

辞書ショートカット

すべての辞書の索引

「CustomVertex.PositionNormalTextured」の関連用語

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

   

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



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

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

©2025 GRAS Group, Inc.RSS