NeoAxis Documentation
NeoAxis Documentation
API Reference
NeoAxis.DotRecast.Core.Numerics
RcVec Class
RcVec Methods
ToVec3 Method
ToVec3(Single[]) Method
ToVec3(Span<Single>) Method
ToVec3(ReadOnlySpan<Single>, Int32) Method
ToVec3(Single[], Int32) Method
ToVec3(Span<Single>, Int32) Method
Rc
Vec
To
Vec
3(
Single
) Method
Namespace:
NeoAxis.DotRecast.Core.Numerics
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
Copy
public
static
RcVec3f
ToVec3
(
this
float
[]
values
)
Parameters
values
Single
Return Value
RcVec3f
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Single
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide).
See Also
Reference
RcVec Class
ToVec3 Overload
NeoAxis.DotRecast.Core.Numerics Namespace
Copyright 2026 NeoAxis. All rights reserved.