Свойство | Type | Description | |
---|---|---|---|
X | double | ||
Y | double | ||
Z | double |
Méthode | Description | |
---|---|---|
Length ( ) : double | ||
LengthSquared ( ) : double | ||
Point3D ( Vector3 vector3 ) : System | ||
Point3D ( double x, double y ) : System | ||
Point3D ( double x, double y, double z ) : System | ||
ToString ( ) : string | ||
ToVector3 ( ) : Vector3 | ||
operator ( ) : |
public Point3D ( Vector3 vector3 ) : System | ||
vector3 | Vector3 | |
Résultat | System |
public Point3D ( double x, double y ) : System | ||
x | double | |
y | double | |
Résultat | System |
public Point3D ( double x, double y, double z ) : System | ||
x | double | |
y | double | |
z | double | |
Résultat | System |