次の方法で共有


Float4 構造体

定義

単精度の 4 成分ベクトル。

public value class Float4 : IEquatable<Microsoft::Azure::RemoteRendering::Float4>
public struct Float4 : IEquatable<Microsoft.Azure.RemoteRendering.Float4>
type Float4 = struct
Public Structure Float4
Implements IEquatable(Of Float4)
継承
Float4
実装

コンストラクター

Float4(Single, Single, Single, Single)

単精度の 4 成分ベクトル。

フィールド

W

単精度の 4 成分ベクトル。

X

単精度の 4 成分ベクトル。

Y

単精度の 4 成分ベクトル。

Z

単精度の 4 成分ベクトル。

メソッド

Equals(Float4)

単精度の 4 成分ベクトル。

Equals(Object)

単精度の 4 成分ベクトル。

GetHashCode()

単精度の 4 成分ベクトル。

IsValid()

単精度の 4 成分ベクトル。

演算子

Equality(Float4, Float4)

単精度の 4 成分ベクトル。

Inequality(Float4, Float4)

単精度の 4 成分ベクトル。

適用対象