CascadeSharp.TKG3d.Geom.Geom_Direction.Cross C# (CSharp) Method

Cross() public method

public Cross ( Geom_Vector Other ) : void
Other Geom_Vector
return void
        public void Cross(Geom_Vector Other)
        {
            throw new NotImplementedException();
        }