Méthode | Description | |
---|---|---|
DVector3 ( Vector3 vector ) : System |
Creates a new double-precision vector from the given single-precision vector.
|
|
ToString ( ) : string |
Returns a string representation of this vector.
|
|
ToVector3 ( ) : Vector3 |
Returns a single-precision vector representation of this double-precision vector.
|
public DVector3 ( Vector3 vector ) : System | ||
vector | Vector3 | A single-precision vector. |
Résultat | System |