Property | Type | Description | |
---|---|---|---|
length | float | ||
lengthSq | float |
Method | Description | |
---|---|---|
FromLength ( float length ) : FastLength | ||
FromLengthSq ( float lengthSq ) : FastLength | ||
FromVector3 ( |
||
FromVector3 ( |
Method | Description | |
---|---|---|
FastLength ( float length_ ) : UnityEngine | ||
FastLength ( float length_, float lengthSq_ ) : UnityEngine |
public static FromLength ( float length ) : FastLength | ||
length | float | |
return | FastLength |
public static FromLengthSq ( float lengthSq ) : FastLength | ||
lengthSq | float | |
return | FastLength |
public static FromVector3 ( |
||
v | ||
return | FastLength |
public static FromVector3 ( |
||
v0 | ||
v1 | ||
return | FastLength |