unreal.RigVMFunction_MathDistanceToPlane
¶
- class unreal.RigVMFunction_MathDistanceToPlane(point: Vector = Ellipsis, plane_point: Vector = Ellipsis, plane_normal: Vector = Ellipsis, closest_point_on_plane: Vector = Ellipsis, signed_distance: float = 0.0)¶
Bases:
RigVMFunction_MathVectorBase
Find the point on the plane that is closest to the given point and the distance between them.
C++ Source:
Module: RigVM
File: RigVMFunction_MathVector.h
Editor Properties: (see get_editor_property/set_editor_property)
closest_point_on_plane
(Vector): [Read-Write]plane_normal
(Vector): [Read-Write]plane_point
(Vector): [Read-Write]point
(Vector): [Read-Write]signed_distance
(float): [Read-Write]