Show / Hide Table of Contents

Class HalfPlane

Inheritance
object
HalfPlane
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
In this article
Back to top Generated by DocFX