Vector3ToFloatV function

float3D Vector3ToFloatV(
  1. Vector3D v
)

Implementation

float3D Vector3ToFloatV(
  Vector3D v,
) => _module.Vector3ToFloatV(v);