Click or drag to resize

RcVec3i Structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    NeoAxis.DotRecast.Core.NumericsRcVec3i

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 RcVec3i : IEquatable<RcVec3i>

The RcVec3i type exposes the following members.

Constructors
 NameDescription
Public methodRcVec3iInitializes a new instance of the RcVec3i class
Top
Properties
 NameDescription
Public propertyItem 
Public propertyStatic memberUnitX 
Public propertyStatic memberUnitY 
Public propertyStatic memberUnitZ 
Public propertyStatic memberZero 
Top
Methods
 NameDescription
Public methodEquals(Object)
(Overrides ValueTypeEquals(Object))
Public methodEquals(RcVec3i) 
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 fieldZ 
Top
Extension Methods
 NameDescription
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