PlaneFromPoints Méthode
Créé un plan à partir de trois points
Espace de nom: Tzu3DAssembly: Tzu3D (in Tzu3D.dll) Version: 1.0.9025.34810
public static Plane FromPoints(
Vector3 Point1,
Vector3 Point2,
Vector3 Point3
)
Public Shared Function FromPoints (
Point1 As Vector3,
Point2 As Vector3,
Point3 As Vector3
) As Plane
- Point1 Vector3
- Premier point
- Point2 Vector3
- Deuxième point
- Point3 Vector3
- Troisième plan
PlaneRetourne le plan