Click or drag to resize
XDL

NXPlanetDrawArgsIsPointInFrustum Method

현재 절두체안에 점이 있는지 확인한다.

Namespace:  Pixoneer.NXDL.NXPlanet
Assembly:  NXPlanet (in NXPlanet.dll) Version: 2.0.3.31
Syntax
C#
public bool IsPointInFrustum(
	XVertex3d v
)

Parameters

v
Type: Pixoneer.NXDLXVertex3d
확인 할 점

Return Value

Type: Boolean
성공이면 true, 실패하면 false를 반환한다.
See Also