C# 클래스 Nexus.Objects3D.PlaneHelper

파일 보기 프로젝트 열기: tgjones/nexus 1 사용 예제들

공개 메소드들

메소드 설명
ClassifyPoint ( Point3D &point, Plane3D &plane ) : float

Returns a value indicating what side (positive/negative) of a plane a point is

메소드 상세

ClassifyPoint() 공개 정적인 메소드

Returns a value indicating what side (positive/negative) of a plane a point is
public static ClassifyPoint ( Point3D &point, Plane3D &plane ) : float
point Point3D The point to check with
plane Plane3D The plane to check against
리턴 float