Property | Type | Description | |
---|---|---|---|
v1 | Vector3 | ||
v2 | Vector3 |
Method | Description | |
---|---|---|
LineCurve ( Vector3 v1, Vector3 v2 ) : System.Collections | ||
getPoint ( float t ) : Vector3 | ||
getPointAt ( float u ) : Vector3 | ||
getTangent ( float t ) : Vector3 |
public LineCurve ( Vector3 v1, Vector3 v2 ) : System.Collections | ||
v1 | Vector3 | |
v2 | Vector3 | |
return | System.Collections |