예제 #1
0
        public InputAtom_Axis_PositionDelta(InputAtom_Position p)
        {
            position = p;

            delta = new FloatDelta();
        }
예제 #2
0
 static public InputAtom_Axis GetAsAxis(this InputAtom_Position item)
 {
     return(item.IfNotNull(i => new InputAtom_Axis_PositionDelta(i)));
 }