Click or drag to resize

RcVec3f Structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    NeoAxis.DotRecast.Core.NumericsRcVec3f

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 RcVec3f

The RcVec3f type exposes the following members.

Constructors
 NameDescription
Public methodRcVec3f(Single)Initializes a new instance of the RcVec3f class
Public methodRcVec3f(Single, Single, Single)Initializes a new instance of the RcVec3f class
Top
Methods
 NameDescription
Public methodStatic memberAdd 
Public methodCopyTo(Single) 
Public methodCopyTo(Single, Int32) 
Public methodStatic memberCross 
Public methodStatic memberDistance 
Public methodStatic memberDistanceSquared 
Public methodStatic memberDot 
Public methodEquals(Object)
(Overrides ValueTypeEquals(Object))
Public methodEquals(RcVec3f) 
Public methodGetHashCode
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodLength Calculates the length of the vector.
Public methodLengthSquared Derives the square of the scalar length of the vector. (len * len)
Public methodStatic memberLerp 
Public methodStatic memberMax 
Public methodStatic memberMin 
Public methodStatic memberNormalize 
Public methodStatic memberSubtract 
Public methodToString
(Overrides ValueTypeToString)
Top
Operators
Fields
 NameDescription
Public fieldStatic memberOne 
Public fieldStatic memberUnitX 
Public fieldStatic memberUnitY 
Public fieldStatic memberUnitZ 
Public fieldX 
Public fieldY 
Public fieldZ 
Public fieldStatic memberZero 
Top
Extension Methods
 NameDescription
Public Extension MethodDot2D
(Defined by RcVec)
Public Extension MethodGet
(Defined by RcVec)
Public Extension MethodIsFinite
(Defined by RcVec)
Public Extension MethodIsFinite2D
(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