Click or drag to resize

Vector2 Structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Internal.tainicom.Aether.Physics2D.CommonVector2

Namespace: Internal.tainicom.Aether.Physics2D.Common
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.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
 NameDescription
Public Extension MethodIsValid
(Defined by MathUtils)
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also