Show / Hide Table of Contents

Class LatticeLine

Inheritance
object
LatticeLine
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 LatticeLine

Constructors

LatticeLine()

Declaration
public LatticeLine()

Properties

Direction

Declaration
public Vector2Int Direction { get; set; }
Property Value
Type Description
Vector2Int

IsFinite

Declaration
public bool IsFinite { get; }
Property Value
Type Description
bool

IsSingle

Declaration
public bool IsSingle { get; }
Property Value
Type Description
bool

Origin

Declaration
public Vector2Int Origin { get; set; }
Property Value
Type Description
Vector2Int

TMax

Declaration
public int? TMax { get; set; }
Property Value
Type Description
int?

TMin

Declaration
public int? TMin { get; set; }
Property Value
Type Description
int?

Methods

TryGet(Vector2Int, out int)

Declaration
public bool TryGet(Vector2Int point, out int t)
Parameters
Type Name Description
Vector2Int point
int t
Returns
Type Description
bool

TryGet(int, out Vector2Int)

Declaration
public bool TryGet(int t, out Vector2Int point)
Parameters
Type Name Description
int t
Vector2Int point
Returns
Type Description
bool
In this article
Back to top Generated by DocFX