Struct Omnitree.Vector<A1>
Represents a 1D vector.
Namespace: Towel.DataStructures
Assembly: Towel.dll
Syntax
public struct Vector<A1>
Type Parameters
Name | Description |
---|---|
A1 | The generic type of the 1 dimension. |
Constructors
| Improve this Doc View SourceVector(A1)
A location along each axis.
Declaration
public Vector(A1 axis1)
Parameters
Type | Name | Description |
---|---|---|
A1 | axis1 | The location along axis 1. |
Fields
| Improve this Doc View SourceAxis1
The value along axis 1.
Declaration
public A1 Axis1
Field Value
Type | Description |
---|---|
A1 |
Properties
| Improve this Doc View SourceDefault
Returns a vector with defaulted values.
Declaration
public static Omnitree.Vector<A1> Default { get; }
Property Value
Type | Description |
---|---|
Omnitree.Vector<A1> |