Class HalfPlane
Inherited Members
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public class HalfPlane
Constructors
HalfPlane()
Declaration
public HalfPlane()
Properties
A
Declaration
public int A { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
B
Declaration
public int B { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
C
Declaration
public int C { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
Test(int, int)
Declaration
public bool Test(int x, int y)
Parameters
| Type | Name | Description |
|---|---|---|
| int | x | |
| int | y |
Returns
| Type | Description |
|---|---|
| bool |