Struct NURBSCurve2.CurveDerivatives
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public struct CurveDerivatives
Fields
bDer1
Declaration
public bool bDer1
Field Value
Type | Description |
---|---|
Boolean |
bDer2
Declaration
public bool bDer2
Field Value
Type | Description |
---|---|
Boolean |
bDer3
Declaration
public bool bDer3
Field Value
Type | Description |
---|---|
Boolean |
bPosition
Declaration
public bool bPosition
Field Value
Type | Description |
---|---|
Boolean |
d1
Declaration
public Vector2d d1
Field Value
Type | Description |
---|---|
Vector2d |
d2
Declaration
public Vector2d d2
Field Value
Type | Description |
---|---|
Vector2d |
d3
Declaration
public Vector2d d3
Field Value
Type | Description |
---|---|
Vector2d |
p
Declaration
public Vector2d p
Field Value
Type | Description |
---|---|
Vector2d |
Methods
init()
Declaration
public void init()
init(Boolean, Boolean, Boolean, Boolean)
Declaration
public void init(bool pos, bool der1, bool der2, bool der3)
Parameters
Type | Name | Description |
---|---|---|
Boolean | pos | |
Boolean | der1 | |
Boolean | der2 | |
Boolean | der3 |