Method | Description | |
---|---|---|
IsInPlane ( CartesianPoint pointToCheck ) : bool |
Determines whether a point lies on the plane
|
|
Plane ( GeometricVector planeNormal, CartesianPoint pointOnPlane ) : System |
public IsInPlane ( CartesianPoint pointToCheck ) : bool | ||
pointToCheck | CartesianPoint | |
return | bool |
public Plane ( GeometricVector planeNormal, CartesianPoint pointOnPlane ) : System | ||
planeNormal | GeometricVector | |
pointOnPlane | CartesianPoint | |
return | System |