프로퍼티 | 타입 | 설명 | |
---|---|---|---|
A | System.Vector3 | ||
B | System.Vector3 |
메소드 | 설명 | |
---|---|---|
AngleBetween ( |
||
ApplyTransform ( Matrix4x4 transform ) : |
||
ClosestPoint ( System.Vector3 point ) : System.Vector3 |
Find the closest point on the curve
|
|
Edge3 ( IList |
||
Edge3 ( System.Vector3 a, System.Vector3 b ) : System | ||
IntersectPlane ( |
||
Project ( System.Vector3 point ) : System.Vector3 |
Project the point onto the infinite edge
|
|
ShortestConnectingEdge ( |
||
ShortestConnectingEdge ( |
||
ShortestEdgeJoining ( |
||
ShortestEdgeJoining ( |
public ApplyTransform ( Matrix4x4 transform ) : |
||
transform | Matrix4x4 | |
리턴 |
public ClosestPoint ( System.Vector3 point ) : System.Vector3 | ||
point | System.Vector3 | |
리턴 | System.Vector3 |
public Edge3 ( System.Vector3 a, System.Vector3 b ) : System | ||
a | System.Vector3 | |
b | System.Vector3 | |
리턴 | System |
public IntersectPlane ( |
||
plane | ||
리턴 | Option |
public Project ( System.Vector3 point ) : System.Vector3 | ||
point | System.Vector3 | |
리턴 | System.Vector3 |
public static ShortestConnectingEdge ( |
||
e0 | ||
e1 | ||
tol | double | |
리턴 |
public static ShortestConnectingEdge ( |
||
e1 | ||
e2 | ||
tol | double | |
리턴 |
public ShortestEdgeJoining ( |
||
other | ||
tol | double | |
리턴 |
public ShortestEdgeJoining ( |
||
other | ||
tol | double | |
리턴 |