CascadeSharp.TKG3d.Geom.Geom_Transformation.Transforms C# (CSharp) Метод

Transforms() публичный Метод

public Transforms ( double &theX, double &theY, double &theZ ) : void
theX double
theY double
theZ double
Результат void
        public void Transforms(ref double theX, ref double theY, ref double theZ)
        {
            throw new NotImplementedException();
        }