Click or drag to resize

Vector2 Structure

Namespace:  Internal.tainicom.Aether.Physics2D.Common
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public struct Vector2 : IEquatable<Vector2>

The Vector2 type exposes the following members.

Constructors
  NameDescription
Public methodVector2(Single)
Initializes a new instance of the Vector2 class
Public methodVector2(Single, Single)
Initializes a new instance of the Vector2 class
Top
Properties
  NameDescription
Public propertyStatic memberOne
Public propertyStatic memberZero
Top
Methods
Operators
Fields
  NameDescription
Public fieldX
Public fieldY
Top
Extension Methods
See Also