C# Class SharpFE.Geometry.Plane

A plane in 3D space
Afficher le fichier Open project: iainsproat/SharpFE Class Usage Examples

Méthodes publiques

Méthode Description
IsInPlane ( CartesianPoint pointToCheck ) : bool

Determines whether a point lies on the plane

Plane ( GeometricVector planeNormal, CartesianPoint pointOnPlane ) : System

Method Details

IsInPlane() public méthode

Determines whether a point lies on the plane
public IsInPlane ( CartesianPoint pointToCheck ) : bool
pointToCheck CartesianPoint
Résultat bool

Plane() public méthode

public Plane ( GeometricVector planeNormal, CartesianPoint pointOnPlane ) : System
planeNormal GeometricVector
pointOnPlane CartesianPoint
Résultat System