MoveVertexToSurfaceProjection
Overloads
| Name | Description |
|---|---|
| MoveVertexToSurfaceProjection() | 점-면 이동 : 선택한 위치를 선택한 면으로 투영 |
| MoveVertexToSurfaceProjection(int bodyIndex, Vertex3D v, Vertex3D vPlane, Vector3D vPlaneNormal) | 점-면 이동 : 특정 위치를 지정된 면으로 투영 |
MoveVertexToSurfaceProjection()
public void MoveVertexToSurfaceProjection()
점-면 이동 : 선택한 위치를 선택한 면으로 투영
MoveVertexToSurfaceProjection(int bodyIndex, Vertex3D v, Vertex3D vPlane, Vector3D vPlaneNormal)
public void MoveVertexToSurfaceProjection(int bodyIndex, Vertex3D v, Vertex3D vPlane, Vector3D vPlaneNormal)
점-면 이동 : 특정 위치를 지정된 면으로 투영
Parameters
| Name | Type | Description |
|---|---|---|
| bodyIndex | int | Body Index |
| v | Vertex3D | 이동하고자 하는 정점 |
| vPlane | Vertex3D | 면 위치 |
| vPlaneNormal | Vector3D | 면 노말 |