Share via


Double3 構造体

定義

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

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

コンストラクター

Double3(Double, Double, Double)

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

フィールド

X

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

Y

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

Z

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

メソッド

Equals(Double3)

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

Equals(Object)

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

GetHashCode()

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

IsValid()

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

演算子

Equality(Double3, Double3)

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

Inequality(Double3, Double3)

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

適用対象