class Mittsu::Geometry::Normal

Defined in:

mittsu/core/geometry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(a : Mittsu::Vector3, b : Mittsu::Vector3, c : Mittsu::Vector3) #

[View source]

Instance Method Detail

def a : Mittsu::Vector3 #

[View source]
def a=(a : Mittsu::Vector3) #

[View source]
def b : Mittsu::Vector3 #

[View source]
def b=(b : Mittsu::Vector3) #

[View source]
def c : Mittsu::Vector3 #

[View source]
def c=(c : Mittsu::Vector3) #

[View source]