Pivot<T> Class
Namespace: PTS.Spatial
Assembly: PTS.Spatial.dll
Syntax
public class Pivot<T>
where T : struct
Type Parameters
| Name | Description |
|---|---|
| T |
Inheritance
System.Object
Pivot<T>
Fields
PointFrom
Declaration
public Point2D<T> PointFrom
Field Value
| Type | Description |
|---|---|
| Point2D<T> |
PointTo
Declaration
public Point2D<T> PointTo
Field Value
| Type | Description |
|---|---|
| Point2D<T> |
Properties
IsSet
Declaration
public virtual bool IsSet { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsUnset
Declaration
public virtual bool IsUnset { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()