compare_to method

compare_to(self, other)

Compare current vector to another instance.

Returns


def compare_to(self, other):
    ...
ParameterTypeDescription
otheraspose.threed.utilities.Vector3

See Also