次の方法で共有


Float3 構造体

定義

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

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

コンストラクター

Float3(Single, Single, Single)

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

フィールド

X

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

Y

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

Z

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

メソッド

Equals(Float3)

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

Equals(Object)

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

GetHashCode()

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

IsValid()

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

演算子

Equality(Float3, Float3)

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

Inequality(Float3, Float3)

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

適用対象