C# 클래스 SharpFE.Geometry.Plane

A plane in 3D space
파일 보기 프로젝트 열기: iainsproat/SharpFE 1 사용 예제들

공개 메소드들

메소드 설명
IsInPlane ( CartesianPoint pointToCheck ) : bool

Determines whether a point lies on the plane

Plane ( GeometricVector planeNormal, CartesianPoint pointOnPlane ) : System

메소드 상세

IsInPlane() 공개 메소드

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

Plane() 공개 메소드

public Plane ( GeometricVector planeNormal, CartesianPoint pointOnPlane ) : System
planeNormal GeometricVector
pointOnPlane CartesianPoint
리턴 System