[][src]Function nannou::geom::graph::node::transform_point

pub fn transform_point<S>(
    transform: &PreparedTransform<S>,
    point: Point3<S>
) -> Point3<S> where
    S: BaseFloat

Apply the given transform to the given 3D point.