![]() |
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Public Member Functions | |
SplineNode (Vector3 p, float t) | |
SplineNode (SplineNode o) | |
Public Attributes | |
Vector3 | Point |
float | Time |
Definition at line 181 of file GenInterpolationPoint.cs.
GenInterpolationPoint.SplineNode.SplineNode | ( | Vector3 | p, |
float | t | ||
) |
Definition at line 185 of file GenInterpolationPoint.cs.
GenInterpolationPoint.SplineNode.SplineNode | ( | SplineNode | o | ) |
Definition at line 190 of file GenInterpolationPoint.cs.
References GenInterpolationPoint.SplineNode.Point, and GenInterpolationPoint.SplineNode.Time.
Vector3 GenInterpolationPoint.SplineNode.Point |
Definition at line 182 of file GenInterpolationPoint.cs.
Referenced by GenInterpolationPoint.SplineNode.SplineNode().
float GenInterpolationPoint.SplineNode.Time |
Definition at line 183 of file GenInterpolationPoint.cs.
Referenced by GenInterpolationPoint.SplineNode.SplineNode().