C# Class wuxingogo.tools.MathOp

Datei anzeigen Open project: wuxingogo/WuxingogoExtension Class Usage Examples

Public Methods

Method Description
IsPointInCircularSector ( float cx, float cy, float ux, float uy, float r, float theta, float px, float py ) : bool

Method Details

IsPointInCircularSector() public static method

public static IsPointInCircularSector ( float cx, float cy, float ux, float uy, float r, float theta, float px, float py ) : bool
cx float
cy float
ux float
uy float
r float
theta float
px float
py float
return bool