C# Class SharpFE.Geometry.Plane

A plane in 3D space
显示文件 Open project: iainsproat/SharpFE Class Usage Examples

Public Methods

Method Description
IsInPlane ( CartesianPoint pointToCheck ) : bool

Determines whether a point lies on the plane

Plane ( GeometricVector planeNormal, CartesianPoint pointOnPlane ) : System

Method Details

IsInPlane() public method

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

Plane() public method

public Plane ( GeometricVector planeNormal, CartesianPoint pointOnPlane ) : System
planeNormal GeometricVector
pointOnPlane CartesianPoint
return System