Api Sandbox Triangle
struct

Triangle

public sealed struct Triangle

Constructors

Triangle(Vector3 a, Vector3 b, Vector3 c)

Properties

Name Type Description
Perimeter Single
Area Single
IsRight Boolean
Normal Vector3

Methods

Vector3 ClosestPoint(Vector3 P)

Fields

Name Type Description
A Vector3
B Vector3
C Vector3
Assembly: Sandbox.System Namespace: Sandbox Full Name: Sandbox.Triangle