Float3 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
単精度の 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 成分ベクトル。 |