SharpMath.Point2D.Set C# (CSharp) Méthode

Set() public méthode

public Set ( Point2D _Source ) : void
_Source Point2D
Résultat void
        public void Set( Point2D _Source )
        {
            x = _Source.x; y = _Source.y;
        }

Same methods

Point2D::Set ( Vector2D _Source ) : void
Point2D::Set ( float _f ) : void
Point2D::Set ( float _x, float _y ) : void
Point2D::Set ( float3 _Source ) : void
Point2D::Set ( float4 _Source ) : void