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 (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodNormalize
2D ベクトルを正規化します。
Public methodStatic memberNormalize(Vector2)
2D ベクトルを正規化します。
Public methodSet
2D ベクトルに値を設定します。
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldX
Public fieldY
Top
Properties
  NameDescription
Public propertyLength
2D ベクトルの長さ
Public propertySquareLength
2D ベクトルの長さの2乗
Top
See Also