Click or drag to resize

RcVec2f Structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    NeoAxis.DotRecast.Core.NumericsRcVec2f

Namespace: NeoAxis.DotRecast.Core.Numerics
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public struct RcVec2f

The RcVec2f type exposes the following members.

Constructors
 NameDescription
Public methodRcVec2fInitializes a new instance of the RcVec2f class
Top
Methods
 NameDescription
Public methodStatic memberDistance 
Public methodStatic memberDistanceSquared 
Public methodStatic memberDot 
Public methodEquals(Object)
(Overrides ValueTypeEquals(Object))
Public methodEquals(RcVec2f) 
Public methodGetHashCode
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString
(Overrides ValueTypeToString)
Top
Operators
Fields
 NameDescription
Public fieldX 
Public fieldY 
Public fieldStatic memberZero 
Top
Extension Methods
 NameDescription
Public Extension MethodGet
(Defined by RcVec)
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