ImmutableTriangle
-
android
class ImmutableTriangle : Triangle
An immutable triangle, defined by its three corners p0, p1 and p2 in order. This object is immutable, so it is inherently thread-safe. See MutableTriangle for the mutable version.
Summary
Public constructors |
|
|---|---|
ImmutableTriangle(p0: Vec, p1: Vec, p2: Vec) |
android
|
Public functions |
||
|---|---|---|
open operator Boolean |
Equality for |
android
|
open Int |
hashCode() |
android
|
open String |
toString() |
android
|
Public properties |
||
|---|---|---|
open ImmutableVec |
One of the three points that define the |
android
|
open ImmutableVec |
One of the three points that define the |
android
|
open ImmutableVec |
One of the three points that define the |
android
|
Inherited functions |
|||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|