gpt4 book ai didi

c# - 如何从字符串中获取 3 个浮点到结构的新实例?

转载 作者:太空宇宙 更新时间:2023-11-03 18:33:09 24 4
gpt4 key购买 nike

<分区>

我有 .txt 格式的文件,坐标如下:

Ver(0.6039f, 0.8431f, 0.8980f)

我需要从这个 Ver(0.6039f, 0.8431f, 0.8980f) 获取新的 Point3D();

的最佳方法
public struct Point3D
{
float x,
y,
z;
public Point3D(float x, float y, float z)
{
this.x = x;
this.y = y;
this.z = z;
}
}

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com