Click or drag to resize

Vertex3DPointToPoint Method (Vector3D, Single)

현재위치에서 v1 방향으로 입력된 거리만큼 떨어진 좌표추출

Namespace:  VIZCore3D.NET.Data
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public Vertex3D PointToPoint(
	Vector3D v1,
	float length
)

Parameters

v1
Type: VIZCore3D.NET.DataVector3D
벡터
length
Type: SystemSingle
거리

Return Value

Type: Vertex3D
현재위치에서 v1 방향으로 입력된 거리만큼 떨어진 좌표
See Also