Header menu logo PhysicsSandbox

Vec3Helpers Module

Functions and values

Function or value Description

toTuple arg1

Full Usage: toTuple arg1

Parameters:
Returns: float * float * float

Extract the components of a Vec3 as a float triple (X, Y, Z).

arg0 : Vec3
Returns: float * float * float

toVec3 arg1

Full Usage: toVec3 arg1

Parameters:
    arg0 : float * float * float

Returns: Vec3

Convert an F# float triple to a protobuf Vec3 message.

arg0 : float * float * float
Returns: Vec3

Type something to start searching.