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