Table of Contents

Struct ControlPointOption

Rasterization helper

public struct ControlPointOption

Constructors

ControlPointOption(float, float, bool, int, bool, float, bool, bool, float, float)

public ControlPointOption(float tf, float dist, bool includeAnyways, int materialID, bool hardEdge, float maxStepDistance, bool uvEdge, bool uvShift, float firstU, float secondU)

Parameters

tf float
dist float
includeAnyways bool
materialID int
hardEdge bool
maxStepDistance float
uvEdge bool
uvShift bool
firstU float
secondU float

Fields

Distance

public float Distance

Field Value

float

FirstU

public float FirstU

Field Value

float

HardEdge

public bool HardEdge

Field Value

bool

Include

public bool Include

Field Value

bool

MaterialID

public int MaterialID

Field Value

int

MaxStepDistance

public float MaxStepDistance

Field Value

float

SecondU

public float SecondU

Field Value

float

TF

public float TF

Field Value

float

UVEdge

public bool UVEdge

Field Value

bool

UVShift

Also known as ExplicitU

public bool UVShift

Field Value

bool

Methods

Equals(ControlPointOption)

public bool Equals(ControlPointOption other)

Parameters

other ControlPointOption

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

Operators

operator ==(ControlPointOption, ControlPointOption)

public static bool operator ==(ControlPointOption left, ControlPointOption right)

Parameters

left ControlPointOption
right ControlPointOption

Returns

bool

operator !=(ControlPointOption, ControlPointOption)

public static bool operator !=(ControlPointOption left, ControlPointOption right)

Parameters

left ControlPointOption
right ControlPointOption

Returns

bool