Struct CurveSample2d
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public struct CurveSample2d
  Constructors
CurveSample2d(Vector2d, Vector2d)
Declaration
public CurveSample2d(Vector2d p, Vector2d t)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Vector2d | p | |
| Vector2d | t | 
Fields
position
Declaration
public Vector2d position
  Field Value
| Type | Description | 
|---|---|
| Vector2d | 
tangent
Declaration
public Vector2d tangent
  Field Value
| Type | Description | 
|---|---|
| Vector2d |