Class CSVTPRepo
Inheritance
Inherited Members
Namespace: Danmokou.DMath.Functions
Assembly: cs.temp.dll.dll
Syntax
public static class CSVTPRepo
Methods
NROffset(TP)
(C# code use) Movement with Cartesian nonrotational offset only.
Declaration
public static VTP NROffset(TP nrp)
Parameters
Type | Name | Description |
---|---|---|
TP | nrp | Nonrotational offset parametric |
Returns
Type | Description |
---|---|
VTP |
NRVelocity(TP)
(C# code use) Movement with Cartesian nonrotational velocity only.
Declaration
public static VTP NRVelocity(TP nrv)
Parameters
Type | Name | Description |
---|---|---|
TP | nrv | Nonrotational velocity parametric |
Returns
Type | Description |
---|---|
VTP |
Offset(TP, TP)
(C# code use) Movement with Cartesian rotational offset and nonrotational offset.
Declaration
public static VTP Offset(TP rp, TP nrp)
Parameters
Type | Name | Description |
---|---|---|
TP | rp | Rotational offset parametric |
TP | nrp | Nonrotational offset parametric |
Returns
Type | Description |
---|---|
VTP |
Polar(BPY, BPY)
(C# code use) Movement with polar rotational offset.
Declaration
public static VTP Polar(BPY r, BPY theta)
Parameters
Type | Name | Description |
---|---|---|
BPY | r | Radius function |
BPY | theta | Theta function (degrees) |
Returns
Type | Description |
---|---|
VTP |
ROffset(TP)
(C# code use) Movement with Cartesian rotational offset only.
Declaration
public static VTP ROffset(TP rp)
Parameters
Type | Name | Description |
---|---|---|
TP | rp | Rotational offset parametric |
Returns
Type | Description |
---|---|
VTP |
RVelocity(TP)
(C# code use) Movement with Cartesian rotational velocity only.
Declaration
public static VTP RVelocity(TP rv)
Parameters
Type | Name | Description |
---|---|---|
TP | rv | Rotational velocity parametric |
Returns
Type | Description |
---|---|
VTP |
Velocity(TP, TP)
(C# code use) Movement with Cartesian rotational velocity and nonrotational velocity.
Declaration
public static VTP Velocity(TP rv, TP nrv)
Parameters
Type | Name | Description |
---|---|---|
TP | rv | Rotational velocity parametric |
TP | nrv | Nonrotational velocity parametric |
Returns
Type | Description |
---|---|
VTP |