Ejemplo n.º 1
0
 public Vector3 GetStart(float frame)
 {
     return(new Vector3(
                PosX.GetFrameValue(frame),
                PosY.GetFrameValue(frame),
                PosZ.GetFrameValue(frame)));
 }
Ejemplo n.º 2
0
 internal unsafe Vector3 GetPosition(float index)
 {
     return(new Vector3(PosX.GetFrameValue(index), PosY.GetFrameValue(index), PosZ.GetFrameValue(index)));
 }