find_normal: A function to find the vector normal to a triangle from three...

Description Usage Arguments Value

View source: R/geometry_functions.R

Description

A function to find the vector normal to a triangle from three given vertexes

Usage

1
find_normal(vertex_1, vertex_2, vertex_3)

Arguments

vertex_1

A triangle vertex

vertex_2

A triangle vertex

vertex_3

A triangle vertex

Value

A numeric vector


beniaminogreen/STLcraft documentation built on June 4, 2020, 7:14 p.m.