Click or drag to resize
Vector2 Structure
2次元のベクトルのクラスです。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public struct Vector2

The Vector2 type exposes the following members.

Constructors
  NameDescription
Public methodVector2
各要素を指定して初期化します。
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodNormalize
2D ベクトルを正規化します。
Public methodStatic memberNormalize(Vector2)
2D ベクトルを正規化します。
Public methodSet
2D ベクトルに値を設定します。
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldX
Public fieldY
Top
Properties
  NameDescription
Public propertyLength
2D ベクトルの長さ
Public propertySquareLength
2D ベクトルの長さの2乗
Top
See Also