本页总览KPoint3d.distanceTo() method 求当前点到另一个点的距离。 Get the distance to another point. Signature: distanceTo(other: KPoint3d): number; Links: distanceTo(other: KPoint3d): number; Parameters ParameterTypeDescriptionotherKPoint3d另外一个点。The other point. Returns: number 两点之间距离。 The distance between the two points.